🐛 FIX scWorkflow 发起人数据改变不同步
This commit is contained in:
parent
93fdbba688
commit
d7c3cdb52b
|
@ -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() {
|
||||||
|
|
Loading…
Reference in New Issue