From 1a715efd702a21ab9842058bbf3141ba3537d9ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E5=AE=8F=E6=96=8C?= <2164406372@qq.com> Date: Wed, 14 Jan 2026 14:05:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20=E9=80=89=E6=8B=A9?= =?UTF-8?q?=E4=BA=BA=E5=91=98=E7=9A=84=E9=BB=98=E8=AE=A4=E8=A7=92=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/reportWorkOrder/reportDefectOrder2.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/modules/reportWorkOrder/reportDefectOrder2.vue b/src/views/modules/reportWorkOrder/reportDefectOrder2.vue index 8773c36..4ab6828 100644 --- a/src/views/modules/reportWorkOrder/reportDefectOrder2.vue +++ b/src/views/modules/reportWorkOrder/reportDefectOrder2.vue @@ -1970,7 +1970,7 @@ export default { getOperatorList () { this.operatorData.bu = this.saveData.site + '_' + this.saveData.buNo 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.operatorData.roleId = filterList[0].roleId } else {