Commit baf6f871 authored by 周昊's avatar 周昊

1、修改pc端四色图接口

parent de82d6d1
...@@ -360,7 +360,7 @@ export default { ...@@ -360,7 +360,7 @@ export default {
this.copyRoom.copyArr = this.copyRoom.typeData; this.copyRoom.copyArr = this.copyRoom.typeData;
return; return;
} }
getFun("/risk/plan/dict/data/list", { getFun("/dict/data/list/all", {
dictType: "risk_plan_base_room", dictType: "risk_plan_base_room",
}).then((res) => { }).then((res) => {
this.copyRoom.typeData = res.data; this.copyRoom.typeData = res.data;
...@@ -474,12 +474,12 @@ export default { ...@@ -474,12 +474,12 @@ export default {
console.log("err==>>", err); console.log("err==>>", err);
}); });
getFun("/risk/plan/dict/data/list", { getFun("/dict/data/list/all", {
dictType: "risk_plan_room_type", dictType: "risk_plan_room_type",
}).then((res) => { }).then((res) => {
this.roomArr = res.data; this.roomArr = res.data;
}); });
getFun("/risk/plan/dict/data/list", { getFun("/dict/data/list/all", {
dictType: "risk_plan_base_room", dictType: "risk_plan_base_room",
}).then((res) => { }).then((res) => {
this.baseArr = res.data; this.baseArr = res.data;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment