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

app span 导航参数

上级 c9bb4ed5
<#ibizinclude>../../@NAVPARAMS/FUNC/PUBLIC.vue.ftl</#ibizinclude>
<app-mob-span <app-mob-span
<#if item.getPSCodeList?? && item.getPSCodeList()??> <#if item.getPSCodeList?? && item.getPSCodeList()??>
<#assign codelist=item.getPSCodeList()> <#assign codelist=item.getPSCodeList()>
...@@ -6,6 +7,8 @@ ...@@ -6,6 +7,8 @@
:isCache="false" :isCache="false"
</#if> </#if>
v-if="data.${editor.name}" v-if="data.${editor.name}"
:navigateContext ='<@getNavigateContext editor />'
:navigateParam ='<@getNavigateParams editor />'
:context="context" :context="context"
:value="data.${editor.name}" :value="data.${editor.name}"
:itemParam="<#if item.getEditorParam('PARENTDATA','') != ''>{parentdata:${item.getEditorParam('PARENTDATA','')}}<#else>{}</#if>"/> :itemParam="<#if item.getEditorParam('PARENTDATA','') != ''>{parentdata:${item.getEditorParam('PARENTDATA','')}}<#else>{}</#if>"/>
\ No newline at end of file
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册