Browse Source

更新居民参数

V4.4.4
mk 2 years ago
parent
commit
bc0201ad72
  1. 4
      src/views/modules/base/resi.vue

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

@ -1227,14 +1227,14 @@ export default {
handler: function (newVal, oldVal) {
if((newVal.name == "base-resi" || oldVal.name === 'home') && newVal.query.type){
this.$nextTick(()=>{
this.$refs.myResiSearch.form.updateCategor = newVal.query.category;
this.$refs.myResiSearch.form.updateCategory = newVal.query.category;
this.handleSearchFrom();
})
return
}else{
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.updateCategory = null;
this.$refs.myResiSearch.form.attentionCrowds = [];
this.$refs.myResiSearch.form.healthStatus = [];
this.$refs.myResiSearch.form.specialCategoryCodes = [];

Loading…
Cancel
Save