diff --git a/src/views/oneCompany/reflection/components/list.vue b/src/views/oneCompany/reflection/components/list.vue index be3ee81..18d4ea3 100644 --- a/src/views/oneCompany/reflection/components/list.vue +++ b/src/views/oneCompany/reflection/components/list.vue @@ -3,8 +3,8 @@ - - + + @@ -74,6 +74,9 @@ export default { directives: { waves }, data() { return { + condition: { + userName: '' + }, config: config, listQuery: { page: 0, @@ -107,13 +110,16 @@ export default { this.getList() }, goKeyReset() { - this.STATUS = '' + this.condition = { + userName: '' + } this.getQuery() }, getList() { this.listLoading = true requestFN( - '/dingWei/getMapList?showCount=' + this.listQuery.limit + '¤tPage=' + this.listQuery.page, {} + '/dingWei/getMapList?showCount=' + this.listQuery.limit + '¤tPage=' + this.listQuery.page, + this.condition ).then((data) => { this.listLoading = false this.varList = data.list