提交 4ef50093 编写于 作者: zhangpingchuan's avatar zhangpingchuan

zpc---修复向导页面 非模态 完成 不会关闭页面

上级 384d498e
......@@ -78,8 +78,12 @@ export default class WizardViewEngine extends ViewEngine {
* @memberof WizardViewEngine
*/
public onfinish(args: any): void {
this.view.$emit('viewdataschange', [args]);
this.view.$emit('close', null);
if (this.view.viewdata) {
this.view.$emit('viewdataschange', [args]);
this.view.$emit('close', null);
} else if (this.view.$tabPageExp) {
this.view.$tabPageExp.onClose(this.view.$route.fullPath);
}
}
/**
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册