提交 71db8fd7 编写于 作者: KK's avatar KK

实体服务logic调整

上级 b92bc72b
......@@ -364,7 +364,7 @@ import { ${srfclassname('${singleLogic.getCodeName()}')}Logic } from './${srffil
if(context.srfsessionkey && !Object.is(this.tempStorage.getItem(context.srfsessionkey+'_${srfpluralize(item.codeName)?lower_case}'),'undefined')){
let result:any = JSON.parse(this.tempStorage.getItem(context.srfsessionkey+'_${srfpluralize(item.codeName)?lower_case}') as any);
if(result){
return new HttpResponse(200,{});
return new HttpResponse(200,result);
}else{
return new HttpResponse(200,{});
}
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册