Commit 9d644a74 by liuwange1

修改逻辑

parent b9439666
...@@ -64,7 +64,7 @@ export default { ...@@ -64,7 +64,7 @@ export default {
name: "yunying", name: "yunying",
data() { data() {
return { return {
activeIndex: 0, activeIndex: -1,
btnList: ["设备房", "工单详情"], btnList: ["设备房", "工单详情"],
equipmentRoomIndex: -1, equipmentRoomIndex: -1,
// 设备房,工单详情,暂缺。结构对比就展示楼栋/楼层列表 // 设备房,工单详情,暂缺。结构对比就展示楼栋/楼层列表
...@@ -81,12 +81,6 @@ export default { ...@@ -81,12 +81,6 @@ export default {
this.getGD(); this.getGD();
this.getSBF(); this.getSBF();
}, },
mounted() {
this.$axios.post("/osc/sendInt", {
arg: 17,
name: "/YJ",
});
},
methods: { methods: {
init() { init() {
let buildList = this.$store.state.buildList; let buildList = this.$store.state.buildList;
......
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 sign in to comment