Commit e741641a authored by zhengke's avatar zhengke

修改

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