|
|
@ -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(); |
|
|
|
}); |
|
|
|
} |
|
|
|
}, |
|
|
|