Browse Source

Merge branch 'bug_mk' into dev

preview
mk 2 years ago
parent
commit
231a59ce1b
  1. 2
      src/views/modules/base/resi.vue

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

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

Loading…
Cancel
Save