Browse Source

首页分类不完整跳转居民信息不完整页面

V4.4.4
mk 1 year ago
parent
commit
f64e56ae99
  1. 13
      src/views/modules/home/index.vue

13
src/views/modules/home/index.vue

@ -627,13 +627,24 @@ export default {
}); });
}, },
handelCLickJump(e,type){ handelCLickJump(e,type){
this.$router.push({ if(type === 'updateResiList'){
this.$router.push({
path: "base-resi", path: "base-resi",
query: { query: {
category: e.residentCategory, category: e.residentCategory,
type:'updateResi' type:'updateResi'
} }
}); });
}else{
this.$router.push({
path: "/main/base-nonIntResi",
query: {
resiCategory: e.residentCategory,
type:type
}
});
}
}, },
// //

Loading…
Cancel
Save