shuishen
2022-02-15 5cf33b2b4217dbe50e7fa0599e09e0ee8ae63db4
src/components/map/components/campusBuildingSearch.vue
@@ -160,6 +160,8 @@
                if (res.data.data.length > 0) {
                    this.$store.commit('SET_SEARCHPOPUPFLAG', true)
                    this.$store.commit('SET_SEARCHPOPUPLIST', res.data.data)
                    this.searchInput = ''
                    this.searchValList = []
                    this.searchValShow = false
                }
            })
@@ -259,7 +261,7 @@
                () => {
                },
                3
                0.5
            )
        },