From 16a1790b1155e3ca942de268f9ce18cc55c76f75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E5=AE=8F=E6=96=8C?= <2164406372@qq.com> Date: Thu, 11 Dec 2025 16:33:58 +0800 Subject: [PATCH] =?UTF-8?q?=E9=BB=98=E8=AE=A4=E6=9F=A5=E8=AF=A2=E5=BD=93?= =?UTF-8?q?=E5=A4=A9=E7=9A=84=E5=B7=A5=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/reportWorkOrder/reportCheckOrder.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/modules/reportWorkOrder/reportCheckOrder.vue b/src/views/modules/reportWorkOrder/reportCheckOrder.vue index 197a8ce..20f1c3b 100644 --- a/src/views/modules/reportWorkOrder/reportCheckOrder.vue +++ b/src/views/modules/reportWorkOrder/reportCheckOrder.vue @@ -491,7 +491,7 @@ buDesc: '', functionType: 'A', status: '', - startDate: '', + startDate: new Date(), planDate: new Date(), endDate: '', page: 1, @@ -1358,10 +1358,10 @@ this.getTableUserColumn(this.$route.meta.menuId+'table1',1) this.getTableUserColumn(this.$route.meta.menuId+'table2',2) this.getTableUserColumn(this.$route.meta.menuId+'table3',3) - // if (!this.authSearch) { - // // 获取数据列表 - // this.getDataList() - // } + if (!this.authSearch) { + // 获取数据列表 + this.getDataList() + } // 获取用户角色 this.getUserRoleList() },