From 1d57d1b8ed690a8598b7102d0bb6239fe268487b Mon Sep 17 00:00:00 2001 From: CaptainB Date: Wed, 29 Jun 2022 16:22:33 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=B6=88=E6=81=AF=E8=AE=BE=E7=BD=AE):=20?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=85=8D=E7=BD=AE=E9=80=9A=E7=9F=A5=E6=97=B6?= =?UTF-8?q?=E6=97=A0=E6=B3=95=E5=B1=95=E7=A4=BA=E5=80=99=E9=80=89=E4=BA=BA?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1014373 --user=刘瑞斌 【项目设置】消息设置-用例评审任务通知-新建/评论,接收人显示无数据 https://www.tapd.cn/55049933/s/1191965 --bug=1014374 --user=刘瑞斌 【项目设置】消息设置-用例评审任务通知-评审完成/删除/更新,接收人显示英文 https://www.tapd.cn/55049933/s/1191967 --- .../project/notification/track/DefectTaskNotification.vue | 2 +- .../project/notification/track/TestPlanTaskNotification.vue | 2 +- .../project/notification/track/TestReviewNotification.vue | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/business/components/project/notification/track/DefectTaskNotification.vue b/frontend/src/business/components/project/notification/track/DefectTaskNotification.vue index 560391d7e6..3a9b88957f 100644 --- a/frontend/src/business/components/project/notification/track/DefectTaskNotification.vue +++ b/frontend/src/business/components/project/notification/track/DefectTaskNotification.vue @@ -224,7 +224,7 @@ export default { default: break; } - row.defectReceiverOptions = testPlanReceivers; + row.receiverOptions = testPlanReceivers; }, }, watch: { diff --git a/frontend/src/business/components/project/notification/track/TestPlanTaskNotification.vue b/frontend/src/business/components/project/notification/track/TestPlanTaskNotification.vue index 59109e737a..0da6a5c9be 100644 --- a/frontend/src/business/components/project/notification/track/TestPlanTaskNotification.vue +++ b/frontend/src/business/components/project/notification/track/TestPlanTaskNotification.vue @@ -214,7 +214,7 @@ export default { default: break; } - row.testPlanReceiverOptions = testPlanReceivers; + row.receiverOptions = testPlanReceivers; }, initExecuteReceivers(testPlanReceivers,row){ let i = row.userIds.indexOf('FOLLOW_PEOPLE'); diff --git a/frontend/src/business/components/project/notification/track/TestReviewNotification.vue b/frontend/src/business/components/project/notification/track/TestReviewNotification.vue index f2b86c7dd1..a2397e96a6 100644 --- a/frontend/src/business/components/project/notification/track/TestReviewNotification.vue +++ b/frontend/src/business/components/project/notification/track/TestReviewNotification.vue @@ -205,7 +205,7 @@ export default { default: break; } - row.reviewReceiverOptions = reviewReceiverOptions; + row.receiverOptions = reviewReceiverOptions; }, handleTemplate(index, row) { if (hasLicense()) {