fix(消息通知): 编辑消息通知时接收人选项为空

This commit is contained in:
shiziyuan9527 2022-07-25 16:08:27 +08:00 committed by shiziyuan9527
parent 2d86469f4b
commit a3aadfb4a9
1 changed files with 1 additions and 1 deletions

View File

@ -196,7 +196,7 @@ export default {
});
},
handleEditTask(index, data) {
this.handleReceivers(data);
data.isSet = true;
if (data.type === 'EMAIL' || data.type === 'IN_SITE') {
data.isReadOnly = false;