From bd03bfb70a33be7c6401157e02b98363bdd2c2bc Mon Sep 17 00:00:00 2001 From: tangchengming <445785772@qq.com> Date: Wed, 12 Feb 2025 14:51:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/LayoutContentNew.vue | 20 ++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/src/pages/mediation-page/components/LayoutContentNew.vue b/src/pages/mediation-page/components/LayoutContentNew.vue index 844b378..f58d004 100644 --- a/src/pages/mediation-page/components/LayoutContentNew.vue +++ b/src/pages/mediation-page/components/LayoutContentNew.vue @@ -10,31 +10,31 @@ - + 基本信息 - + 共债 - + 联系人 - + 案件材料 - + 案件文书 - + 还款计划 - + 还款凭证 @@ -384,11 +384,17 @@ export default { this.getmediate_record() }, beforeDestroy() { + console.log('销毁') + this.singlesmsvisible = false // if(this.timer) { //如果定时器还在运行 或者直接关闭,不用判断 // clearInterval(this.timer); //关闭 // } }, methods: { + handlerMouseenter(val) { + this.leftActive = val + if (val !== 1) this.singlesmsvisible = false + }, debtorEntityCardNo(datalist, len) { let datacardno = '' let dataphone = ''