From 2e6cc8333ffd410517adef695628ad71cc46a5f5 Mon Sep 17 00:00:00 2001 From: Dragon <13925835632@139.com> Date: Thu, 28 Mar 2024 16:53:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=88=86=E9=A1=B5=E5=BC=82?= =?UTF-8?q?=E5=B8=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/flowteam/invitationCodeRecord.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/flowteam/invitationCodeRecord.vue b/src/views/flowteam/invitationCodeRecord.vue index 67e7144..b758ed6 100644 --- a/src/views/flowteam/invitationCodeRecord.vue +++ b/src/views/flowteam/invitationCodeRecord.vue @@ -149,7 +149,7 @@ export default { page: this.currentPage, pageSize: this.pageSize, }).then((res) => { - this.toatal = res.data.toatal; + this.total = res.data.total; this.tableData = res.data.rows; }); },