diff --git a/src/views/modules/home/index.vue b/src/views/modules/home/index.vue index c722d3945..bc0080add 100644 --- a/src/views/modules/home/index.vue +++ b/src/views/modules/home/index.vue @@ -601,13 +601,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 + } + }); + } + }, //加载组织数据