diff --git a/src/views/modules/base/resi.vue b/src/views/modules/base/resi.vue index 55e81ea73..36a27bc17 100644 --- a/src/views/modules/base/resi.vue +++ b/src/views/modules/base/resi.vue @@ -445,7 +445,7 @@ export default { // this.handleSearchFrom(); }, activated() { - this.handleSearchFrom(); + // this.handleSearchFrom(); }, methods: { mouseOverNode(event) { @@ -1193,9 +1193,9 @@ export default { watch: { $route: { handler: function (newVal, oldVal) { - if (newVal.name == "base-resi" && oldVal.name!='edit-resi') { + if (newVal.name == "base-resi" && !oldVal) { this.$nextTick(() => { - this.$refs.myResiSearch.form.attentionCrowds = []; + this.$refs.myResiSearch.form.attentionCrowds = []; this.$refs.myResiSearch.form.healthStatus = []; this.$refs.myResiSearch.form.specialCategoryCodes = []; this.$refs.myResiSearch.form.partyFlag=null; @@ -1212,7 +1212,7 @@ export default { }else if(newVal.params.category === 'PARTY_FLAG'){ this.$refs.myResiSearch.form.partyFlag =1; } - this.handleSearchFrom(); + this.handleSearchFrom(); }); } }, diff --git a/src/views/modules/base/smartImport/index.vue b/src/views/modules/base/smartImport/index.vue index 811eb4436..bf55f2818 100644 --- a/src/views/modules/base/smartImport/index.vue +++ b/src/views/modules/base/smartImport/index.vue @@ -4,7 +4,7 @@