src/views/business/finishedProductSampling/index.vue
@@ -350,8 +350,8 @@ this.tableLoading = true this.stockList = [] const newReqParam = this.getFinalParam() getIfsStock(newReqParam) .then((response) => { getIfsStock(newReqParam).then((response) => { this.tableLoading = false const resData = response.data this.queryReport.total = resData.total const resStockList = resData.data @@ -370,9 +370,7 @@ inSource: item.ATTR23, }) }) this.tableLoading = false }) .catch(() => { }).catch(() => { this.tableLoading = false }) },