提交 ff280a5d 编写于 作者: zhujiamin's avatar zhujiamin

debug移动端 新建待办时,直接返回,选择项仍然存在

上级 ceb3c1c0
......@@ -241,6 +241,9 @@ ${P.getLogicCode(logic, "LOGIC.vue").code}
* @memberof ${srfclassname('${view.name}')}Base
*/
protected async closeView(args: any[]): Promise<any> {
if (!this.$store.state.selectStatus) {
return;
}
<#if userCloseView??>
${userCloseView}
<#else>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册