提交 3f37c5d3 编写于 作者: KK's avatar KK

update

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