Skip to content

Commit

Permalink
Merge pull request #53 from ywywZhou/master_bugfix
Browse files Browse the repository at this point in the history
fix: 流程通知人保存后未生效问题修复 --story=120397003
  • Loading branch information
luofann authored Nov 7, 2024
2 parents 148617a + 02aa219 commit f091da1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@
onSelectNotifyConfig(formData) {
const { notifyType, receiverGroup, receiver } = formData;
this.formData.notifyType = notifyType;
this.formData.receiver = receiver;
this.formData.notifyReceiver = receiver;
this.formData.receiverGroup = receiverGroup;
},
onSaveConfig() {
Expand Down

0 comments on commit f091da1

Please sign in to comment.