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

zpc --- 快速分组-fix2

上级 cecf6dc4
...@@ -170,13 +170,13 @@ if(this.formDruipart){ ...@@ -170,13 +170,13 @@ if(this.formDruipart){
if (codelist) { if (codelist) {
this.quickGroupModel = [...JSON.parse(JSON.stringify(codelist.items))]; this.quickGroupModel = [...JSON.parse(JSON.stringify(codelist.items))];
} else { } else {
console.log(`----${quickGroupCodeList.tag}----代码表不存在`); <#noparse>console.log(`----${quickGroupCodeList.tag}----代码表不存在`);</#noparse>
} }
}else if(quickGroupCodeList.tag && Object.is(quickGroupCodeList.codelistType,"DYNAMIC")){ }else if(quickGroupCodeList.tag && Object.is(quickGroupCodeList.codelistType,"DYNAMIC")){
this.codeListService.getItems(quickGroupCodeList.tag,{},{}).then((res:any) => { this.codeListService.getItems(quickGroupCodeList.tag,{},{}).then((res:any) => {
this.quickGroupModel = res; this.quickGroupModel = res;
}).catch((error:any) => { }).catch((error:any) => {
console.log(`----${quickGroupCodeList.tag}----代码表不存在`); <#noparse>console.log(`----${quickGroupCodeList.tag}----代码表不存在`);</#noparse>
}); });
} }
</#if> </#if>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册