提交 53ccdb0c 编写于 作者: tony001's avatar tony001

删除向导面板自动完成逻辑

上级 6e048fe9
...@@ -345,16 +345,11 @@ ${ctrl.render.code} ...@@ -345,16 +345,11 @@ ${ctrl.render.code}
} else { } else {
this.doFinish(); this.doFinish();
} }
}else{
this.computedActiveForm(args);
if(this.activeForm && Object.is(this.activeForm,this.wizardForms[this.wizardForms.length - 1]) ){
this.doFinish();
}else{ }else{
setTimeout(() => { setTimeout(() => {
this.formLoad(this.formParam); this.formLoad(this.formParam);
}, 1); }, 1);
} }
}
}else if(Object.is(this.curState, 'PREV')) { }else if(Object.is(this.curState, 'PREV')) {
if(this.stateField){ if(this.stateField){
setTimeout(() => { setTimeout(() => {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册