Merge branch 'main' of http://123.132.248.154:10000/HC_YFZX/CaiYuanYiTiHua
commit
6613137a83
|
|
@ -191,6 +191,11 @@
|
|||
// 初始化数据
|
||||
function initFormOnChanged(element) {
|
||||
if (element == null) {
|
||||
configActiveName.value = '2';
|
||||
data.wfNodeName = '';
|
||||
data.currentWfNode = {
|
||||
type: '',
|
||||
};
|
||||
return;
|
||||
}
|
||||
if (element.type == 'bpmn:Process') {
|
||||
|
|
|
|||
Loading…
Reference in New Issue