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

update:更新

上级 aca92995
......@@ -85,13 +85,6 @@ export default class ${srfclassname('${item.getCodeName()}')}UIServiceBase exten
*/
public dataService:${srfclassname('${item.getCodeName()}')}Service = new ${srfclassname('${item.getCodeName()}')}Service();
/**
* 所有关联视图
*
* @memberof ${srfclassname('${item.getCodeName()}')}UIServiceBase
*/
public allViewMap: Map<string, Object> = new Map();
/**
* 状态值
*
......@@ -207,14 +200,13 @@ export default class ${srfclassname('${item.getCodeName()}')}UIServiceBase exten
const curData:any = result.data;
//判断当前数据模式,默认为true,todo
const iRealDEModel:boolean = true;
let bDataInWF:boolean = false;
let bWFMode:any = false;
// 计算数据模式
if (this.isEnableWorkflow) {
const result = this.allViewMap.get("WFEDITVIEW:");
if(!result){
return this.getWFView();
} else {
if ((args && args.viewParam && args.viewParam.srfwf && this.InWorkflowArray.indexOf(args.viewParam.srfwf) !== -1)) {
return this.getWFView();
}
}
let strPDTViewParam:string = await this.getDESDDEViewPDTParam(curData, bDataInWF, bWFMode);
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册