feat: There is no way the, 关键词搜索 去掉trim
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
</h5>
|
||||
</div>
|
||||
<div v-if="!kindtext" style="position: absolute;right: 110px;display: flex">
|
||||
<el-input v-model.trim="standForm.selectValue" :placeholder="$t('m.standSelect')" @keyup.enter.native="btnSearch"
|
||||
<el-input v-model="standForm.selectValue" :placeholder="$t('m.standSelect')" @keyup.enter.native="btnSearch"
|
||||
clearable>
|
||||
</el-input>
|
||||
<el-button type="primary" @click="btnSearch" style="width: 98px;background:#3391CE
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
<el-input
|
||||
placeholder="请输入查询条件"
|
||||
clearable
|
||||
v-model.trim="keywords"
|
||||
v-model="keywords"
|
||||
@keyup.enter.native="searchSarByInputKeyByCondition">
|
||||
</el-input>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user