shuishen
2022-02-15 5cf33b2b4217dbe50e7fa0599e09e0ee8ae63db4
src/components/map/components/campusBuildingSearch.vue
@@ -151,7 +151,8 @@
                this.$message({
                    message: '请输入关键字',
                    type: 'warning'
                    type: 'warning',
                    duration: 1000
                })
                return
            }
@@ -159,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
                }
            })
@@ -258,7 +261,7 @@
                () => {
                },
                3
                0.5
            )
        },