buhuazhen
2026-05-09 5b47afcd030b5a2d40f1fab2bba82a98a58f5def
src/views/inventoryManagement/receiptManagement/Record.vue
@@ -195,7 +195,7 @@
const getList = () => {
  tableLoading.value = true;
  const params = {...page, type: props.type, topParentProductId: props.topParentProductId};
  const params = {...page,  topParentProductId: props.topParentProductId};
  params.timeStr = searchForm.value.timeStr;
  params.productName = searchForm.value.productName;
  params.recordType = searchForm.value.recordType;