zss
9 天以前 ed631b73a8bcf1445a6ddc571b45f99843ec71f4
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;