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; }); },