BUG 29643

This commit is contained in:
aixianling
2022-05-18 09:40:21 +08:00
parent 5a8402f781
commit b58e04db84
8 changed files with 19 additions and 19 deletions

View File

@@ -1,6 +1,6 @@
<template>
<section class="gsLocation">
<ai-map class="fill" :map.sync="amap" :lib.sync="mapLib"/>
<AiMap class="fill" :map.sync="amap" :lib.sync="mapLib"/>
<div class="searchZone">
<u-search v-model="search" placeholder="请输入姓名" shape="square" bg-color="#fff"
:show-action="false" @search="getList()"/>