8 天以前 0678f50029b10f4c76e260371e48b0c0ab8e32c4
src/views/inventoryManagement/dispatchLog/Record.vue
@@ -179,7 +179,7 @@
};
const getList = () => {
   tableLoading.value = true;
   getStockOutPage({ ...searchForm.value, ...page, type: props.type, topParentProductId: props.topParentProductId })
   getStockOutPage({ ...searchForm.value, ...page,  topParentProductId: props.topParentProductId })
      .then((res) => {
         tableLoading.value = false;
         tableData.value = res.data.records;