From fbc165ac8cbeeddc3cc23e70e4b0299d7c59c1e6 Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Tue, 2 Apr 2024 13:53:46 +0800 Subject: [PATCH] =?UTF-8?q?2024-04-02=20=E5=8A=9F=E8=83=BD=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/eam/eamWorkPlanForMaintenance.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/modules/eam/eamWorkPlanForMaintenance.vue b/src/views/modules/eam/eamWorkPlanForMaintenance.vue index 831a047..9768fe7 100644 --- a/src/views/modules/eam/eamWorkPlanForMaintenance.vue +++ b/src/views/modules/eam/eamWorkPlanForMaintenance.vue @@ -1889,7 +1889,7 @@ getCheckerList () { this.checkerData.bu = this.modalData.bu if (this.roleList.length > 0) { - let filterList = this.roleList.filter(item => item.roleName === '审核人员') + let filterList = this.roleList.filter(item => item.roleName === '机修人员') if (filterList.length > 0) { this.checkerData.roleId = filterList[0].roleId } else {