Browse Source

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

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

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

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

Loading…
Cancel
Save