spring
10 天以前 34053f0097e610a076ffccb0de544c32161a09af
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;