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

1.修改分页加载;

parent fa24d865
...@@ -228,6 +228,7 @@ ...@@ -228,6 +228,7 @@
async dropItemChange1(value) { async dropItemChange1(value) {
try { try {
console.warn(value) console.warn(value)
this.pageCurrent = 1
this.queryChargeUserPage(this.allData.chargeId, this.searchValue) this.queryChargeUserPage(this.allData.chargeId, this.searchValue)
} catch (e) { } catch (e) {
//TODO handle the exception //TODO handle the exception
...@@ -242,6 +243,7 @@ ...@@ -242,6 +243,7 @@
async dropItemChange2(value) { async dropItemChange2(value) {
try { try {
console.warn(value) console.warn(value)
this.pageCurrent = 1
this.queryChargeUserPage(this.allData.chargeId, this.searchValue) this.queryChargeUserPage(this.allData.chargeId, this.searchValue)
} catch (e) { } catch (e) {
//TODO handle the exception //TODO handle the exception
...@@ -257,6 +259,7 @@ ...@@ -257,6 +259,7 @@
async onSearch(value) { async onSearch(value) {
try { try {
console.warn(value) console.warn(value)
this.pageCurrent = 1
this.queryChargeUserPage(this.allData.chargeId, this.searchValue) this.queryChargeUserPage(this.allData.chargeId, this.searchValue)
} catch (e) { } catch (e) {
//TODO handle the exception //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