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;