Commit b0368c94 by xiehao

1、修改字典类型

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