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){
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
}
});
}
},
//

Loading…
Cancel
Save