短信验证码记录,邮件验证码记录 -修改分页字段
This commit is contained in:
@@ -100,7 +100,7 @@ export default {
|
||||
this.loading = true;
|
||||
pageRecord({
|
||||
email: this.inquire.email,
|
||||
pageNo: this.table.currentPage,
|
||||
page: this.table.currentPage,
|
||||
pageSize: this.table.pageSize,
|
||||
}).then((res) => {
|
||||
this.loading = false;
|
||||
|
@@ -100,7 +100,7 @@ export default {
|
||||
this.loading = true;
|
||||
pageRecord({
|
||||
phone: this.inquire.phone,
|
||||
pageNo: this.table.currentPage,
|
||||
page: this.table.currentPage,
|
||||
pageSize: this.table.pageSize,
|
||||
}).then((res) => {
|
||||
this.loading = false;
|
||||
|
Reference in New Issue
Block a user