src/views/facility/facilityType/index.vue
@@ -19,7 +19,7 @@ */ /** 搜索按钮操作 */ function handleQuery() { getList({keywords: searchParams.value.name}) getList(searchParams.value) } /** 重置按钮操作 */ @@ -171,9 +171,9 @@ <template> <div class="app-container"> <el-form :model="searchParams" ref="queryRef" :inline="true"> <el-form-item label="" prop=""> <el-form-item label="" prop="keywords"> <el-input v-model="searchParams.name" v-model="searchParams.keywords" placeholder="请输入搜索信息" clearable style="width: 200px"