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 + } + }); + } + }, //加载组织数据