Commit 8d76945b by yiyu.li

add

parent 01ef29c3
...@@ -370,11 +370,12 @@ export default { ...@@ -370,11 +370,12 @@ export default {
this.b = index; this.b = index;
let status = this.stationList[index].status; let status = this.stationList[index].status;
this.sectionid = this.stationList[index].section; this.sectionid = this.stationList[index].section;
// if (status == 3) { if (status == 3) {
// this.attr1 = true; // this.attr1 = true;
// this.tabindex = "2"; // this.tabindex = "2";
// this.getRunningDetail(index); this.getRunningDetail(index);
// } else { }
// else {
// this.attr2 = true; // this.attr2 = true;
// } // }
if (status == 2) { if (status == 2) {
......
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