|
|
@ -1151,7 +1151,7 @@ export default { |
|
|
|
watch: { |
|
|
|
$route: { |
|
|
|
handler: function (newVal, oldVal) { |
|
|
|
if (newVal.name == "base-resi" && (!oldVal ||oldVal.name === 'home')) { |
|
|
|
if (newVal.name == "base-resi" && (!oldVal ||oldVal.name === 'home'||oldVal.name === 'base-classification')) { |
|
|
|
this.$nextTick(() => { |
|
|
|
this.$refs.myResiSearch.form.attentionCrowds = []; |
|
|
|
this.$refs.myResiSearch.form.healthStatus = []; |
|
|
@ -1192,6 +1192,7 @@ export default { |
|
|
|
this.handleSearchFrom(); |
|
|
|
}); |
|
|
|
} |
|
|
|
|
|
|
|
}, |
|
|
|
deep: true, |
|
|
|
immediate: true, |
|
|
|