iscs闸机调整
This commit is contained in:
parent
f68f1ce275
commit
9f792f2667
@ -44,13 +44,13 @@ export default {
|
||||
$route() {
|
||||
this.mode = this.$route.params.mode;
|
||||
this.getInitData();
|
||||
},
|
||||
'$route.query.stationId': function (val, oldVal) {
|
||||
if (this.flag && this.mode == 'autoTicket') {
|
||||
this.clearSubscribe(oldVal);
|
||||
this.subscribe(val);
|
||||
}
|
||||
}
|
||||
// '$route.query.stationId': function (val, oldVal) {
|
||||
// if (this.flag && this.mode == 'autoTicket') {
|
||||
// this.clearSubscribe(oldVal);
|
||||
// this.subscribe(val);
|
||||
// }
|
||||
// }
|
||||
},
|
||||
created() {
|
||||
this.mode = this.$route.params.mode;
|
||||
|
Loading…
Reference in New Issue
Block a user