Commit 7da0dd05 by yiyu.li

add

parent b96c901c
...@@ -352,12 +352,15 @@ export default { ...@@ -352,12 +352,15 @@ 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 == 1) { if (status == 3) {
this.attr2 = true;
} else {
this.attr1 = true; this.attr1 = true;
this.tabindex = "2"; this.tabindex = "2";
this.getRunningDetail(index); this.getRunningDetail(index);
} else {
this.attr2 = true;
}
if (status == 2) {
this.getRunningDetail(index);
} }
}, },
//获取储位 //获取储位
......
...@@ -424,6 +424,7 @@ export default { ...@@ -424,6 +424,7 @@ export default {
fileurl: "", fileurl: "",
filename: "", filename: "",
UploadAction: this.axios.publicPath + "config/upload/UploadImage", UploadAction: this.axios.publicPath + "config/upload/UploadImage",
childObj:{}
}; };
}, },
created() { created() {
......
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