From 384b1e27b7904e45977d73bba6ebd24e15d9248f Mon Sep 17 00:00:00 2001 From: liujun Date: Sat, 13 Apr 2024 17:11:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9F=A5=E8=AF=A2bug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../oneCompany/reflection/components/list.vue | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) 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