提交 5f5624c5 编写于 作者: Mosher's avatar Mosher

update:更新

上级 75313f25
...@@ -310,7 +310,7 @@ ...@@ -310,7 +310,7 @@
if(this.context){ if(this.context){
Object.assign(tempContext,JSON.parse(JSON.stringify(this.context))); Object.assign(tempContext,JSON.parse(JSON.stringify(this.context)));
} }
switch(arg.itemType) { switch (arg.itemType) {
<#if xDataControl?? && xDataControl.getPSSysCalendarItems()??> <#if xDataControl?? && xDataControl.getPSSysCalendarItems()??>
<#list xDataControl.getPSSysCalendarItems() as calendarItem> <#list xDataControl.getPSSysCalendarItems() as calendarItem>
<#if calendarItem.getPSAppDataEntity()??> <#if calendarItem.getPSAppDataEntity()??>
...@@ -338,7 +338,7 @@ ...@@ -338,7 +338,7 @@
</#if> </#if>
} }
const navItem: any = { const navItem: any = {
navView: this.navViewName, navView: this.navViewName[arg.itemType],
data: args, data: args,
srfnavdata: { srfnavdata: {
context: tempContext, context: tempContext,
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册