Commit 610dbe3f by xiehao

1、修改字典类型

1 parent faf59491
Showing with 1 additions and 1 deletions
......@@ -1451,7 +1451,7 @@ export default {
//查询架构层次下拉框值
return new Promise((resolve, reject) => {
// query_jia_gou_ceng_ci({}).then((res) => {
query_jia_gou_ceng_ci_new({"typeValue": "archi_belong"}).then(res => {
query_jia_gou_ceng_ci_new({"typeValue": "archi_level"}).then(res => {
if (res.code == 200) {
resolve(res.data)
} else {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!