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

zpc --- 支持面板代码表--fix1

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