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