gaoluyang
3 天以前 4657a22f93317d5ba9a1cdab5d34e9f756b6380d
src/views/inventoryManagement/receiptManagement/Record.vue
@@ -164,6 +164,7 @@
  const params = {...page, type: props.type};
  params.timeStr = searchForm.value.timeStr;
  params.productName = searchForm.value.productName;
  params.recordType = searchForm.value.recordType;
  getStockInRecordListPage(params)
      .then(res => {
        tableData.value = res.data.records;