From 3ab453e4c1aa0ef96b3a73922887145fdaee8ac3 Mon Sep 17 00:00:00 2001 From: "han\\hanst" Date: Sat, 7 Mar 2026 17:35:12 +0800 Subject: [PATCH] =?UTF-8?q?=20=E9=BB=98=E8=AE=A4=E9=80=89=E4=B8=ADJoyce?= =?UTF-8?q?=EF=BC=88=E4=B8=AD=E6=96=87=E5=90=8D=E9=83=91=E5=AE=87=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/erf/expApplyList.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/modules/erf/expApplyList.vue b/src/views/modules/erf/expApplyList.vue index 0061eed..7c779ad 100644 --- a/src/views/modules/erf/expApplyList.vue +++ b/src/views/modules/erf/expApplyList.vue @@ -1010,9 +1010,9 @@ export default { prodManagerIds: defaultProdManagerIds, qualityManagerIds: defaultQualityManagerIds, plannerIds: (() => { - // 默认选中Joyce;若无Joyce则单人列表时默认全选 + // 默认选中Joyce(中文名郑宇);若无郑宇则单人列表时默认全选 const joyce = this.plannerList.find(p => - p.userDisplay && p.userDisplay.toLowerCase().includes('joyce') + p.userDisplay && p.userDisplay.toLowerCase().includes('郑宇') ) if (joyce) return [joyce.userId] return this.plannerList.length === 1 ? [this.plannerList[0].userId] : []