From f64e56ae994dcc63094ac0366eaee4256513f78d Mon Sep 17 00:00:00 2001 From: mk <2403457699@qq.com> Date: Mon, 17 Jun 2024 17:35:51 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E5=88=86=E7=B1=BB=E4=B8=8D?= =?UTF-8?q?=E5=AE=8C=E6=95=B4=E8=B7=B3=E8=BD=AC=E5=B1=85=E6=B0=91=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E4=B8=8D=E5=AE=8C=E6=95=B4=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/home/index.vue | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/src/views/modules/home/index.vue b/src/views/modules/home/index.vue index 34142f844..1ef1bd252 100644 --- a/src/views/modules/home/index.vue +++ b/src/views/modules/home/index.vue @@ -627,13 +627,24 @@ export default { }); }, handelCLickJump(e,type){ - this.$router.push({ + if(type === 'updateResiList'){ + this.$router.push({ path: "base-resi", query: { category: e.residentCategory, type:'updateResi' } }); + }else{ + this.$router.push({ + path: "/main/base-nonIntResi", + query: { + resiCategory: e.residentCategory, + type:type + } + }); + } + }, //加载组织数据