短信验证码记录,邮件验证码记录 -修改分页字段

This commit is contained in:
chenruiye
2025-04-15 16:28:33 +08:00
parent cea2b471d8
commit 1f7bd0361d
2 changed files with 2 additions and 2 deletions

View File

@@ -100,7 +100,7 @@ export default {
this.loading = true; this.loading = true;
pageRecord({ pageRecord({
email: this.inquire.email, email: this.inquire.email,
pageNo: this.table.currentPage, page: this.table.currentPage,
pageSize: this.table.pageSize, pageSize: this.table.pageSize,
}).then((res) => { }).then((res) => {
this.loading = false; this.loading = false;

View File

@@ -100,7 +100,7 @@ export default {
this.loading = true; this.loading = true;
pageRecord({ pageRecord({
phone: this.inquire.phone, phone: this.inquire.phone,
pageNo: this.table.currentPage, page: this.table.currentPage,
pageSize: this.table.pageSize, pageSize: this.table.pageSize,
}).then((res) => { }).then((res) => {
this.loading = false; this.loading = false;