fix(消息设置): 修复配置通知时无法展示候选人的问题

--bug=1014373 --user=刘瑞斌 【项目设置】消息设置-用例评审任务通知-新建/评论,接收人显示无数据 https://www.tapd.cn/55049933/s/1191965
--bug=1014374 --user=刘瑞斌 【项目设置】消息设置-用例评审任务通知-评审完成/删除/更新,接收人显示英文 https://www.tapd.cn/55049933/s/1191967
This commit is contained in:
CaptainB 2022-06-29 16:22:33 +08:00 committed by f2c-ci-robot[bot]
parent 97e4fca7ff
commit 1d57d1b8ed
3 changed files with 3 additions and 3 deletions

View File

@ -224,7 +224,7 @@ export default {
default:
break;
}
row.defectReceiverOptions = testPlanReceivers;
row.receiverOptions = testPlanReceivers;
},
},
watch: {

View File

@ -214,7 +214,7 @@ export default {
default:
break;
}
row.testPlanReceiverOptions = testPlanReceivers;
row.receiverOptions = testPlanReceivers;
},
initExecuteReceivers(testPlanReceivers,row){
let i = row.userIds.indexOf('FOLLOW_PEOPLE');

View File

@ -205,7 +205,7 @@ export default {
default:
break;
}
row.reviewReceiverOptions = reviewReceiverOptions;
row.receiverOptions = reviewReceiverOptions;
},
handleTemplate(index, row) {
if (hasLicense()) {