From 515c965d42277d14a118717afee972fb1c97f973 Mon Sep 17 00:00:00 2001 From: zhangdi <15053473693@163.com> Date: Mon, 9 Feb 2026 17:33:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=A3=E6=95=B0=E7=BB=B4=E6=8A=A4=E9=80=BB?= =?UTF-8?q?=E8=BE=91=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/productionManagement/workReportingManagement.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/productionManagement/workReportingManagement.vue b/src/views/productionManagement/workReportingManagement.vue index 35f2604..f73bb47 100644 --- a/src/views/productionManagement/workReportingManagement.vue +++ b/src/views/productionManagement/workReportingManagement.vue @@ -169,6 +169,7 @@ export default { this.data = res.data.data.records; this.loading = false; this.page.total = res.data.data.total; + this.option.selection = true this.selectionClear(); }); } else { @@ -177,6 +178,7 @@ export default { this.data = res.data.data.records; this.loading = false; this.page.total = res.data.data.total; + this.option.selection = false } ); }