短信验证码记录,邮件验证码记录 -修改分页字段
This commit is contained in:
@@ -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;
|
||||||
|
@@ -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;
|
||||||
|
Reference in New Issue
Block a user