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

zpc --- 基类增加代码表转换

上级 1a9663d3
......@@ -158,9 +158,8 @@ export default class ControlService {
}
let codelistModel:Array<any> = this.handleCodelist();
if(codelistModel.length >0){
this.getAllCodeList(codelistModel).then((res:any) =>{
handleResult(action, response,isCreate,res);
})
let res:any = await this.getAllCodeList(codelistModel);
handleResult(action, response,isCreate,res);
}else{
handleResult(action, response,isCreate);
}
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册