Commit cc657eee authored by 纪泽龙's avatar 纪泽龙

解决线的提示框层级问题

parents b986bfb7 2b502e48
......@@ -148,6 +148,18 @@ export default {
keyWord: "",
};
},
async created() {
await countPipeLength().then((res) => {
console.log("管道管道管道管道管道管道", res);
const obj = { number: res.data, type: "99" };
this.rightBototmData.push(obj);
});
await countDeviceByType().then((res) => {
console.log("markerresresresresresresresresresresresres", res);
this.rightBototmData.push(...res.data);
});
// console.log(this.rightBototmData);
},
mounted() {
this.initMap();
},
......
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