@@ -148,6 +148,7 @@
},
searchChange(form, done) {
this.searchForm = form
+ this.page.currentPage = 1
this.getList(this.page, form)
done()
@@ -156,6 +156,7 @@ export default {
@@ -158,6 +158,7 @@
@@ -153,6 +153,7 @@
@@ -112,6 +112,7 @@ export default {
})
@@ -90,6 +90,7 @@
@@ -129,6 +129,7 @@
@@ -187,6 +187,7 @@ export default {
@@ -117,6 +117,7 @@
@@ -113,6 +113,7 @@
@@ -223,6 +223,7 @@
searchChange(param,done) {
this.searchForm = param
this.getList(this.page, param)
@@ -83,6 +83,7 @@ export default {
handleFilter(params, done) {
this.queryParams = params
this.getList(this.page)
@@ -184,6 +184,7 @@
*/
@@ -119,6 +119,7 @@
@@ -114,6 +114,7 @@
@@ -129,6 +129,7 @@ export default {
@@ -138,6 +138,7 @@ export default {
@@ -122,6 +122,7 @@ export default {