Browse Source

Merge branch 'bug_mk' into dev

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

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

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

Loading…
Cancel
Save