Commit b6a99174 authored by 李智书's avatar 李智书

1.修改分页加载;

parent fa24d865
......@@ -228,6 +228,7 @@
async dropItemChange1(value) {
try {
console.warn(value)
this.pageCurrent = 1
this.queryChargeUserPage(this.allData.chargeId, this.searchValue)
} catch (e) {
//TODO handle the exception
......@@ -242,6 +243,7 @@
async dropItemChange2(value) {
try {
console.warn(value)
this.pageCurrent = 1
this.queryChargeUserPage(this.allData.chargeId, this.searchValue)
} catch (e) {
//TODO handle the exception
......@@ -257,6 +259,7 @@
async onSearch(value) {
try {
console.warn(value)
this.pageCurrent = 1
this.queryChargeUserPage(this.allData.chargeId, this.searchValue)
} catch (e) {
//TODO handle the exception
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment