From 0cee4bcfa77aa0f16fd232d2a728b72873a87310 Mon Sep 17 00:00:00 2001 From: lion <120344285@qq.com> Date: Tue, 9 Sep 2025 11:51:13 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=88=E8=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/contract/paymentRegistrationList.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/views/contract/paymentRegistrationList.vue b/src/views/contract/paymentRegistrationList.vue index 55d953b..d0f8b42 100644 --- a/src/views/contract/paymentRegistrationList.vue +++ b/src/views/contract/paymentRegistrationList.vue @@ -598,6 +598,9 @@ export default { return Number(value).toFixed(2).replace(/(\d)(?=(\d{3})+\.)/g, '$1,') }, summaryMethod({ columns, data }) { + // if(this.selections.length === 0){ + // return '' + // } const fn = (prop) => this.selections.reduce((pre, cur) => pre + Number(cur[prop]), 0).toFixed(2).replace(/(\d)(?=(\d{3})+\.)/g, '$1,') return columns.map((column, index) => { if (index === 0) { @@ -755,6 +758,8 @@ export default { async getFundLogs(is_export) { + this.$refs.xyTable.clearSelection() + this.selections = [] await getFundLog({ is_auth: this.is_auth, page_size: this.pageSize,