Commit 36c2f814 authored by anxixi's avatar anxixi

活动分页问题修改

parent 0ad476d8
......@@ -163,14 +163,17 @@
methods: {
registertype(a){
this.search.empType = a;
this.cur_page = 1;
this.userlistget();
},
submitTypes(a){
this.search.hasProjectRequirement = a;
this.cur_page = 1;
this.userlistget();
},
isauth(a){
this.search.authenticationState = a;
this.cur_page = 1;
this.userlistget();
},
......
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