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 {