Zhufu 2024-05-21 16:14:37 +08:00
commit 6613137a83
1 changed files with 5 additions and 0 deletions

View File

@ -191,6 +191,11 @@
//
function initFormOnChanged(element) {
if (element == null) {
configActiveName.value = '2';
data.wfNodeName = '';
data.currentWfNode = {
type: '',
};
return;
}
if (element.type == 'bpmn:Process') {