From 9f792f26674f0d48059d18d49e78b8208cab945e Mon Sep 17 00:00:00 2001 From: fan Date: Wed, 28 Sep 2022 17:08:29 +0800 Subject: [PATCH] =?UTF-8?q?iscs=E9=97=B8=E6=9C=BA=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../stationConfig/ticketOrEntrance/index.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/views/iscs/iscsSystem/stationConfig/ticketOrEntrance/index.vue b/src/views/iscs/iscsSystem/stationConfig/ticketOrEntrance/index.vue index 4555edfe8..8371db9e7 100644 --- a/src/views/iscs/iscsSystem/stationConfig/ticketOrEntrance/index.vue +++ b/src/views/iscs/iscsSystem/stationConfig/ticketOrEntrance/index.vue @@ -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;