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:
parent
97e4fca7ff
commit
1d57d1b8ed
|
@ -224,7 +224,7 @@ export default {
|
|||
default:
|
||||
break;
|
||||
}
|
||||
row.defectReceiverOptions = testPlanReceivers;
|
||||
row.receiverOptions = testPlanReceivers;
|
||||
},
|
||||
},
|
||||
watch: {
|
||||
|
|
|
@ -214,7 +214,7 @@ export default {
|
|||
default:
|
||||
break;
|
||||
}
|
||||
row.testPlanReceiverOptions = testPlanReceivers;
|
||||
row.receiverOptions = testPlanReceivers;
|
||||
},
|
||||
initExecuteReceivers(testPlanReceivers,row){
|
||||
let i = row.userIds.indexOf('FOLLOW_PEOPLE');
|
||||
|
|
|
@ -205,7 +205,7 @@ export default {
|
|||
default:
|
||||
break;
|
||||
}
|
||||
row.reviewReceiverOptions = reviewReceiverOptions;
|
||||
row.receiverOptions = reviewReceiverOptions;
|
||||
},
|
||||
handleTemplate(index, row) {
|
||||
if (hasLicense()) {
|
||||
|
|
Loading…
Reference in New Issue