mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-19 15:56:45 +08:00
管理员学员搜索页码改为1
This commit is contained in:
@@ -91,6 +91,7 @@ export default {
|
||||
methods: {
|
||||
search(){
|
||||
this.isSearh = true;
|
||||
this.pageData.pageIndex = 1;
|
||||
this.getArticleList()
|
||||
},
|
||||
saveSuccess(data){
|
||||
@@ -127,7 +128,7 @@ export default {
|
||||
},
|
||||
|
||||
reset(){
|
||||
|
||||
this.pageData.pageIndex = 1;
|
||||
this.pageData.keyword = '',
|
||||
this.pageData.status = ''
|
||||
this.getArticleList();
|
||||
|
||||
Reference in New Issue
Block a user