Commit 62bea448 by yiyu.li

bug

parent 48b16c0a
...@@ -678,7 +678,7 @@ export default { ...@@ -678,7 +678,7 @@ export default {
this.stationList = res.data.data; this.stationList = res.data.data;
this.station = this.stationList[0]; this.station = this.stationList[0];
this.initproduct(this.station.id); this.initproduct(this.station.id);
this.initSn(this.station.id); // this.initSn(this.station.id);
}); });
} }
}, },
...@@ -720,7 +720,7 @@ export default { ...@@ -720,7 +720,7 @@ export default {
this.b = i; this.b = i;
this.station = this.stationList[i]; this.station = this.stationList[i];
this.initproduct(this.station.id); this.initproduct(this.station.id);
this.initSn(this.station.id) // this.initSn(this.station.id)
}, },
productchange(i) { productchange(i) {
this.c = i; this.c = i;
......
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