src/components/common/UserSimpleSearchInput.vue
@@ -28,7 +28,7 @@ <div class="search"> <div :class="checkedType ? 'search-left-two' : 'search-left'"> <el-input placeholder="搜索产品名称,编码等关键词" placeholder="请输入关键词" v-model.trim="keyword" maxlength="20" @keyup.enter.native="updateSearchList(true)" @@ -334,10 +334,10 @@ this.listData = []; } listParams = { keyWord: this.keyword, keyword: this.keyword, page: this.page, pageSize: this.pageSize, types: this.types, // types: this.types, ...param, }; if (this.checkedType) {