|
|
@ -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 |
|
|
|
} |
|
|
|
}); |
|
|
|
} |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
//加载组织数据 |
|
|
|