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

update:更新

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