There was an error while loading. Please reload this page.
2 parents d035224 + 991d37c commit 7b08d47Copy full SHA for 7b08d47
src/components/bpmn/panel/NodePropertyPanel.vue
@@ -118,8 +118,7 @@
118
label: "主管"
119
}
120
]
121
- },
122
- localFormData:this.formData
+ }
123
124
},
125
props: {
@@ -136,6 +135,13 @@
136
135
required: true
137
138
+ computed:{
139
+ localFormData:{
140
+ get(){
141
+ return this.formData
142
143
144
+ },
145
watch:{
146
nodeElement:{
147
handler(){
0 commit comments