修改查询
This commit is contained in:
parent
ae4748fed2
commit
f919dc91d6
|
|
@ -2,7 +2,7 @@
|
|||
<div class="app-container">
|
||||
<div class="filter-container">
|
||||
<el-input
|
||||
v-model="listQuery.keyword"
|
||||
v-model="listQuery.keyWord"
|
||||
placeholder="关键字"
|
||||
style="width: 200px"
|
||||
class="filter-item"
|
||||
|
|
@ -152,7 +152,7 @@ export default {
|
|||
listQuery: {
|
||||
pageNum: 1,
|
||||
pageSize: 10,
|
||||
keyword: ''
|
||||
keyWord: ''
|
||||
},
|
||||
tableHeight: 650,
|
||||
showReviewer: false,
|
||||
|
|
|
|||
|
|
@ -160,7 +160,7 @@ export default {
|
|||
listQuery: {
|
||||
pageNum: 1,
|
||||
pageSize: 10,
|
||||
keyword: '',
|
||||
keyWord: '',
|
||||
id: ''
|
||||
},
|
||||
tableHeight: 650,
|
||||
|
|
|
|||
Loading…
Reference in New Issue