Commit b9439666 by liuwange1

初始化到运营页

parent 18191655
......@@ -81,11 +81,18 @@ export default {
this.getGD();
this.getSBF();
},
mounted() {
this.$axios.post("/osc/sendInt", {
arg: 17,
name: "/YJ",
});
},
methods: {
init() {
let buildList = this.$store.state.buildList;
this.listL = buildList;
this.listR = this.listL[0].child || [];
},
getSBF() {
this.$axios.get("/smartOperation/equipmentRoomMonitor").then((e) => {
......
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