Commit e741641a authored by zhengke's avatar zhengke

修改

parent 7a63fd22
......@@ -180,7 +180,7 @@
//翻页
changePage(val) {
this.msg.pageIndex = val;
this.getcourselist()
this.getList()
},
//获取菜单分页列表
getList() {
......@@ -196,7 +196,7 @@
//刷新页面
refreshPage() {
this.isShowClassForm = false;
this.getcourselist();
this.getList();
},
//新增修改菜单
EditCourse(obj) {
......
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