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 ) },