Commit 55d2b4b5 by liuwange1

巡检录像

parent fccff420
......@@ -195,6 +195,10 @@ export default {
},
roadClick(index) {
this.roadActiveIndex = index;
this.$axios.post("/osc/sendInt", {
arg: this.roadList[index].lineId,
name: "/XJ_LINE_ID",
});
},
LYchange(e) {
this.activeIndex = e.target.selectedIndex;
......
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