Commit ede261f1 by yiyu.li

bug

parent 226cc8ac
......@@ -370,17 +370,17 @@ 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.attr2 = true;
// }
if (status == 2) {
this.getRunningDetail(index);
}
// if (status == 2) {
// this.getRunningDetail(index);
// }
},
//获取储位
getStorages() {
......
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