基础设施输入框 去除X

This commit is contained in:
a0049873 2022-07-28 09:40:05 +08:00
parent a11d9eb221
commit fd3a7ef353
2 changed files with 4 additions and 5 deletions

View File

@ -1,13 +1,13 @@
/*
* @Author: hisense.wuhongjian
* @Date: 2020-07-07 16:03:23
* @LastEditors: hisense.wuhongjian
* @LastEditTime: 2022-07-26 15:16:46
* @LastEditors: hisense.liangjunhua
* @LastEditTime: 2022-07-28 09:36:58
* @Description: 数据资源参数配置
*/
//const newLocation = 'qingdao'
const newLocation = 'qingdao'
// const newLocation = 'baotou'
const newLocation = 'xihaian'
// const newLocation = 'xihaian'
//
const whoShow = {}

View File

@ -11,7 +11,6 @@
<el-autocomplete
v-model="address"
placeholder="请输入地址"
clearable
:fetch-suggestions="
(queryString, cb) => {
searchAddressByKeyWord(queryString, cb, i)