Browse Source

fix: 删除xml中已选择数据类型节点

master
tony 3 years ago
parent
commit
e3032608ea
  1. 3
      ruoyi-ui/src/components/Process/components/nodePanel/task.vue

3
ruoyi-ui/src/components/Process/components/nodePanel/task.vue

@ -362,6 +362,9 @@ export default {
delete this.formData[oldVal]
//
this.checkValues = '';
this.selectValues = null;
// xml
delete this.element.businessObject.$attrs[`flowable:dataType`]
}
// userTypexml
this.updateProperties({'flowable:userType': val})

Loading…
Cancel
Save