🐛 FIX scWorkflow 发起人数据改变不同步

This commit is contained in:
sc 2021-12-18 10:46:11 +08:00
parent 93fdbba688
commit d7c3cdb52b
1 changed files with 3 additions and 0 deletions

View File

@ -46,6 +46,9 @@
watch:{ watch:{
modelValue(val){ modelValue(val){
this.nodeConfig = val this.nodeConfig = val
},
nodeConfig(val){
this.$emit("update:modelValue", val)
} }
}, },
mounted() { mounted() {