Merge branch 'master' of gitee.com:youlaiorg/vue3-element-admin
Former-commit-id: 5ead312dea8d1c11218afb3f8498282a149be83f
This commit is contained in:
@@ -199,7 +199,7 @@ onMounted(() => {
|
||||
<el-form ref="queryFormRef" :model="queryParams" :inline="true">
|
||||
<el-form-item label="关键字" prop="name">
|
||||
<el-input
|
||||
v-model="queryParams.name"
|
||||
v-model="queryParams.keywords"
|
||||
placeholder="字典类型名称/编码"
|
||||
clearable
|
||||
@keyup.enter="handleQuery"
|
||||
|
||||
Reference in New Issue
Block a user