6 天以前 0678f50029b10f4c76e260371e48b0c0ab8e32c4
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;