fix(项目设置): 修复环境设置http配置未保存成功的缺陷

--bug=1024229 --user=王孝刚 [项目设置]github#22502
项目设置-环境管理,首次添加环境设有http配置,保存成功后,http配置未保存成功
https://www.tapd.cn/55049933/s/1348182
This commit is contained in:
wxg0103 2023-03-10 16:25:27 +08:00 committed by wxg0103
parent 3397ea0942
commit c42ba54d78
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
@change="change"
:placeholder="keyText" show-word-limit/>
<el-autocomplete :disabled="isReadOnly" :maxlength="200" v-if="suggestions" v-model="item.name" size="small"
:fetch-suggestions="querySearch" @change="change" :placeholder="keyText"
:fetch-suggestions="querySearch" @change="change" :placeholder="keyText" @select="select"
show-word-limit/>
</el-col>