流程设计器异步问题:任务节点设置异步后无法取消,已修改

approve-sys
WangHui 3 years ago
parent 3e34a6cc9e
commit 38ed4750c7

@ -326,7 +326,7 @@ export default {
},
'formData.async': function(val) {
if (val === '') val = null
this.updateProperties({ 'flowable:async': true })
this.updateProperties({ 'flowable:async': val })
},
'formData.dueDate': function(val) {
if (val === '') val = null

Loading…
Cancel
Save