提交 8012d30c 编写于 作者: KK's avatar KK

update

上级 be098477
......@@ -14,7 +14,7 @@ protected click${item.codeName}(item: any = {}) {
this.$notify({ type: 'warning', message: '重定向视图暂不支持应用功能打开' });
<#else>
let params: any = <@getNavigateParams item />;
let _context: any = <@getNavigateParams item />;
let _context: any = <@getNavigateContext item />;
<#if item.getOpenViewParam?? && item.getOpenViewParam()??>
Object.assign(params, ${item.getOpenViewParam()});
</#if>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册