From 308fe63cd119169fc204baaa29510ddc795475e1 Mon Sep 17 00:00:00 2001 From: zhangdi <15053473693@163.com> Date: Tue, 10 Feb 2026 09:52:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=A5=E5=B7=A5=E8=AF=A6=E6=83=85=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/productionManagement/workReportingManagement.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/productionManagement/workReportingManagement.vue b/src/views/productionManagement/workReportingManagement.vue index 7201181..3263f70 100644 --- a/src/views/productionManagement/workReportingManagement.vue +++ b/src/views/productionManagement/workReportingManagement.vue @@ -61,7 +61,7 @@ @@ -248,7 +248,6 @@ export default { }, // 页面切换获取数据 onLoad(page, params = {}) { - this.loading = true; if (this.tabPosition == 'workReporting') { // getList(page.currentPage, page.pageSize, Object.assign(params, this.query)).then(res => { // this.data = res.data.data.records; @@ -258,6 +257,7 @@ export default { // this.selectionClear(); // }); } else { + this.loading = true; getRecordList(page.currentPage, page.pageSize, Object.assign(params, this.query)).then( res => { this.data = res.data.data.records;