From 141f8beaade73d11356295b3afaf368cf7e72327 Mon Sep 17 00:00:00 2001 From: woody Date: Wed, 30 Jul 2025 13:47:30 +0800 Subject: [PATCH] =?UTF-8?q?fix(statistics):=20=E4=BC=9A=E5=91=98=E8=80=83?= =?UTF-8?q?=E6=A0=B8=20=E5=8D=87=E7=BA=A7=E8=AE=B0=E5=BD=95=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0topbar?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../advertisementBanner/index.vue | 4 +-- .../statistics/level-up-records/index.vue | 19 +++++++++++++- .../member-assessment-records/index.vue | 25 ++++++++++++++----- 3 files changed, 39 insertions(+), 9 deletions(-) diff --git a/src/views/configManage/advertisementBanner/index.vue b/src/views/configManage/advertisementBanner/index.vue index e623541..01a153e 100644 --- a/src/views/configManage/advertisementBanner/index.vue +++ b/src/views/configManage/advertisementBanner/index.vue @@ -424,7 +424,7 @@ export default { type: 'success' }) that.ruleShow = false - that.table = { position: '', picture: '', sort: '', effectiveDate: '', link: '' } + that.table = { ...initForm } that.research() } else { Message({ @@ -443,7 +443,7 @@ export default { type: 'success' }) that.ruleShow = false - that.table = { position: '', picture: '', sort: '', effectiveDate: '', link: '' } + that.table = { ...initForm } that.research() } else { Message({ diff --git a/src/views/statistics/level-up-records/index.vue b/src/views/statistics/level-up-records/index.vue index 44ccf4f..f84532b 100644 --- a/src/views/statistics/level-up-records/index.vue +++ b/src/views/statistics/level-up-records/index.vue @@ -1,5 +1,10 @@