提交 058d06c3 编写于 作者: tony001's avatar tony001

update:更新

上级 8948a2fb
...@@ -299,8 +299,7 @@ import ${srfclassname('${node.getPSAppDataEntity().codeName}')}Service from '@se ...@@ -299,8 +299,7 @@ import ${srfclassname('${node.getPSAppDataEntity().codeName}')}Service from '@se
list.push(treeNode); list.push(treeNode);
resolve(list); resolve(list);
}); });
</#if> <#elseif node.getTreeNodeType() == 'CODELIST' && node.getPSCodeList()??>
<#if node.getTreeNodeType() == 'CODELIST' && node.getPSCodeList()??>
<#if node.getPSCodeList().getCodeListType()?? && node.getPSCodeList().getCodeListType() == 'STATIC'> <#if node.getPSCodeList().getCodeListType()?? && node.getPSCodeList().getCodeListType() == 'STATIC'>
let codeListIems:Array<any> = []; let codeListIems:Array<any> = [];
if (this.getStore()) { if (this.getStore()) {
...@@ -459,8 +458,7 @@ import ${srfclassname('${node.getPSAppDataEntity().codeName}')}Service from '@se ...@@ -459,8 +458,7 @@ import ${srfclassname('${node.getPSAppDataEntity().codeName}')}Service from '@se
}); });
</#if> </#if>
}); });
</#if> <#elseif node.getTreeNodeType() == 'DE' && node.getPSAppDataEntity()??>
<#if node.getTreeNodeType() == 'DE' && node.getPSAppDataEntity()??>
<#assign filtername>${node.getPSAppDataEntity().codeName}SearchFilter</#assign> <#assign filtername>${node.getPSAppDataEntity().codeName}SearchFilter</#assign>
<#assign entityname>${node.getPSAppDataEntity().codeName}</#assign> <#assign entityname>${node.getPSAppDataEntity().codeName}</#assign>
let searchFilter: any = {}; let searchFilter: any = {};
...@@ -592,8 +590,9 @@ import ${srfclassname('${node.getPSAppDataEntity().codeName}')}Service from '@se ...@@ -592,8 +590,9 @@ import ${srfclassname('${node.getPSAppDataEntity().codeName}')}Service from '@se
console.error(error); console.error(error);
} }
}); });
<#else>
});
</#if> </#if>
})
} }
<#if (filtername?length gt 0) && (entityname?length gt 0)> <#if (filtername?length gt 0) && (entityname?length gt 0)>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册