mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-18 23:36:44 +08:00
管理员学员搜索页码改为1
This commit is contained in:
@@ -170,6 +170,9 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
queryData() {
|
||||
this.qaList.pageIndex = 1;
|
||||
this.articleList.pageIndex = 1;
|
||||
this.courseList.pageIndex = 1;
|
||||
this.isSearh= true;
|
||||
if (this.tabName == 'qa') {
|
||||
this.findQa();
|
||||
@@ -185,6 +188,9 @@ export default {
|
||||
resData() {
|
||||
this.keyword = '';
|
||||
this.isRead = '';
|
||||
this.qaList.pageIndex = 1;
|
||||
this.articleList.pageIndex = 1;
|
||||
this.courseList.pageIndex = 1;
|
||||
this.queryData();
|
||||
this.isSearh= false;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user