From b1b5bf3a67971f0cf434b243f9362e6a9cd4626b Mon Sep 17 00:00:00 2001 From: tangchengming <445785772@qq.com> Date: Thu, 16 Jan 2025 18:06:51 +0800 Subject: [PATCH] =?UTF-8?q?=E5=91=BC=E5=87=BA=E5=BC=80=E5=8F=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mediation-page/components/MediationRoom.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/pages/mediation-page/components/MediationRoom.vue b/src/pages/mediation-page/components/MediationRoom.vue index ca24255..ded64ab 100644 --- a/src/pages/mediation-page/components/MediationRoom.vue +++ b/src/pages/mediation-page/components/MediationRoom.vue @@ -363,9 +363,9 @@ export default { }, async created() { - if(this.$route.query.caseId != null && this.$route.query.caseId != undefined) - { || null - this.queue = this.$route.query.queue || null + if(this.$route.query.caseId != null && this.$route.query.caseId != undefined) { + this.caseId = this.$route.query.caseId || null + this.queue = this.$route.query.queue || null await this.getCaseInfoById();//获取详情 } @@ -385,9 +385,9 @@ export default { }) }, beforeDestroy() { - // if(this.timer) { //如果定时器还在运行 或者直接关闭,不用判断 - // clearInterval(this.timer); //关闭 - // } + if(this.timerInterval) { //如果定时器还在运行 或者直接关闭,不用判断 + clearInterval(this.timerInterval); //关闭 + } }, methods: { debtorEntityCardNo(datalist, len) {