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

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

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