huminmin
2 天以前 a340018a320cfe9a089bf0d8015eaa00997cd7a4
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;