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

zpc --- 补充树节点关系导航上下文,导航参数上下文 -fix6

上级 8cf9dbd2
......@@ -211,8 +211,8 @@ import ${srfclassname('${node.getPSAppDataEntity().codeName}')}Service from '@se
*/
@Errorlog
public fill${srfclassname(node.getNodeType()?lower_case)}Nodes(context:any={},filter: any, list: any[],rsNavContext?:any,rsNavParams?:any,rsParams?:any): Promise<any> {
context = this.handleResNavContext(JSON.parse(JSON.stringify(context)),JSON.parse(JSON.stringify(filter.viewparams)),rsNavContext);
filter = this.handleResNavParams(JSON.parse(JSON.stringify(context)),JSON.parse(JSON.stringify(filter.viewparams)),rsNavParams,rsParams);
context = this.handleResNavContext(context,filter,rsNavContext);
filter = this.handleResNavParams(context,filter,rsNavParams,rsParams);
return new Promise((resolve:any,reject:any) =>{
<#if node.getTreeNodeType() == 'STATIC'>
let treeNode: any = {};
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册