Commit 8d76945b by yiyu.li

add

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