Browse Source

Merge branch 'bug_mk' into dev

feature
mk 1 year ago
parent
commit
e87643419b
  1. 9
      src/views/modules/base/resi.vue

9
src/views/modules/base/resi.vue

@ -1232,11 +1232,8 @@ export default {
})
return
}else{
this.$nextTick(()=>{
this.$refs.myResiSearch.form.updateCategory ='';
})
}
if (newVal.name == "base-resi" && (!oldVal ||oldVal.name === 'home'||oldVal.name === 'base-classification'||oldVal.name === 'home-notice')) {
this.$refs.myResiSearch.form.updateCategor = null;
if (newVal.name == "base-resi" && (!oldVal ||oldVal.name === 'home'||oldVal.name === 'base-classification'||oldVal.name === 'home-notice')) {
this.$nextTick(() => {
this.$refs.myResiSearch.form.attentionCrowds = [];
this.$refs.myResiSearch.form.healthStatus = [];
@ -1275,7 +1272,7 @@ export default {
this.handleSearchFrom();
});
}
}
},
deep: true,
immediate: true,

Loading…
Cancel
Save