Merge branch 'master-v32-lushangqing' into 'master'
对比分析列表搜索查询keyword See merge request !138
Showing
2 changed files
with
2 additions
and
2 deletions
@@ -15,7 +15,7 @@ | @@ -15,7 +15,7 @@ | ||
15 | <el-row class="list-search"> | 15 | <el-row class="list-search"> |
16 | <el-col :span="6"> | 16 | <el-col :span="6"> |
17 | <div class="search-input flex-div-start"> | 17 | <div class="search-input flex-div-start"> |
18 | - <el-input v-model="inputSearch" placeholder="请输入创建人名称" /> | 18 | + <el-input v-model="inputSearch" placeholder="请输入查询内容" /> |
19 | <!-- <span class="search-text" >搜索</span>--> | 19 | <!-- <span class="search-text" >搜索</span>--> |
20 | <el-button type="primary" @click="searchData" class="search-text button-flex-div-center">搜索</el-button> | 20 | <el-button type="primary" @click="searchData" class="search-text button-flex-div-center">搜索</el-button> |
21 | 21 |
@@ -33,7 +33,7 @@ export default { | @@ -33,7 +33,7 @@ export default { | ||
33 | //获取对比分析列表 | 33 | //获取对比分析列表 |
34 | const getData=()=>{ | 34 | const getData=()=>{ |
35 | let params={ | 35 | let params={ |
36 | - nickname:proxy.nickname, | 36 | + keyword:proxy.nickname, |
37 | limit:proxy.pageSize, | 37 | limit:proxy.pageSize, |
38 | page:proxy.currentPage | 38 | page:proxy.currentPage |
39 | } | 39 | } |
-
Please register or login to post a comment