Skip to content

Commit

Permalink
fix: 流程通知人保存后未生效问题修复 --story=120397003
Browse files Browse the repository at this point in the history
# Reviewed, transaction id: 22686
  • Loading branch information
ywywZhou authored and normal-wls committed Nov 11, 2024
1 parent cbf144b commit 28ce9ed
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 28ce9ed

Please sign in to comment.