huminmin
10 天以前 1455e8a5dcea2209b4d1baf4d513aa8fbfb2b39b
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;