fix: 修复流程设计修改时 “表单标识key” 无法删除问题

rf
tony 2023-02-08 11:05:08 +08:00
parent 9942a301d0
commit f1ac93030f
1 changed files with 3 additions and 0 deletions

View File

@ -382,6 +382,9 @@ export default {
'formData.formKey': function(val) {
if (StrUtil.isNotBlank(val)) {
this.updateProperties({'flowable:formKey': val})
} else {
// xml
delete this.element.businessObject[`formKey`]
}
},
'formData.priority': function(val) {