From 54e9fdef219191836ad2027315adc7f79b4f4b0a Mon Sep 17 00:00:00 2001 From: zzyuan <781948537@qq.com> Date: Thu, 3 Apr 2025 16:13:08 +0800 Subject: [PATCH] =?UTF-8?q?=E9=97=AE=E9=A2=98=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/accountCenter/account/accountManager/index.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/accountCenter/account/accountManager/index.vue b/src/views/accountCenter/account/accountManager/index.vue index ef186ea5..60b7e320 100644 --- a/src/views/accountCenter/account/accountManager/index.vue +++ b/src/views/accountCenter/account/accountManager/index.vue @@ -458,11 +458,11 @@ accInfoPageApi(param).then(response => { this.tableListData = response.data.pageVO.records; this.total = Number(response.data.pageVO.total); + accInfoSumPageApi(param).then(response => { + this.tableListData.push(response.data.sumVO) + }); this.loading = false; }); - accInfoSumPageApi(param).then(response => { - this.tableListData.push(response.data.sumVO) - }); }, // 合并单元格 rowIndex=行数 columnIndex=列数 // 这里是合并table的除表头外的第一行的第二列 + 除表头外的第二行的第二列