From 6f8ffd7432b69943af664f9239d6c6626f18f40b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A5=8F?= <1978476055@qq.com> Date: Tue, 12 Nov 2024 11:42:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8B=E8=BD=BD=E6=98=8E=E7=BB=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/accounts/userBill/index.vue | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/src/views/accounts/userBill/index.vue b/src/views/accounts/userBill/index.vue index f2def3d..003fd59 100644 --- a/src/views/accounts/userBill/index.vue +++ b/src/views/accounts/userBill/index.vue @@ -56,15 +56,19 @@ - - - - + + + + 下载明细 @@ -150,7 +154,7 @@ export default { }, async exports(type, id, date) { let params = { - uid: id ? id : "", + id: id ? id : "", page: 1, limit: 500, keyword: this.tableForm.keyword,