iscs闸机调整

This commit is contained in:
fan 2022-09-28 17:08:29 +08:00
parent f68f1ce275
commit 9f792f2667

View File

@ -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;