revert(消息设置): 修复配置通知时无法展示候选人的问题
dev 和 1.20 分支差异较大,这里属于多提交
This commit is contained in:
parent
4be67d4f1d
commit
5d62ee5bfe
|
@ -377,7 +377,7 @@ export default {
|
|||
default:
|
||||
break;
|
||||
}
|
||||
row.receiverOptions = testPlanReceivers;
|
||||
row.defectReceiverOptions = testPlanReceivers;
|
||||
},
|
||||
},
|
||||
watch: {
|
||||
|
|
|
@ -366,7 +366,7 @@ export default {
|
|||
default:
|
||||
break;
|
||||
}
|
||||
row.receiverOptions = testPlanReceivers;
|
||||
row.testPlanReceiverOptions = testPlanReceivers;
|
||||
},
|
||||
initExecuteReceivers(testPlanReceivers,row){
|
||||
let i = row.userIds.indexOf('FOLLOW_PEOPLE');
|
||||
|
|
|
@ -358,7 +358,7 @@ export default {
|
|||
default:
|
||||
break;
|
||||
}
|
||||
row.receiverOptions = reviewReceiverOptions;
|
||||
row.reviewReceiverOptions = reviewReceiverOptions;
|
||||
},
|
||||
handleTemplate(index, row) {
|
||||
if (hasLicense()) {
|
||||
|
|
Loading…
Reference in New Issue