Commit 36dcd2e7 authored by 黄奎's avatar 黄奎

页面修改

parent c2ce8bd7
......@@ -169,6 +169,7 @@
//获取菜单分页列表
getClassList() {
this.loading = true;
this.data=[];
queryClassPage(this.msg).then(res => {
this.loading = false;
this.data = res.Data.PageData;
......
......@@ -145,6 +145,7 @@
//获取菜单分页列表
getClassList() {
this.loading = true;
this.data=[];
GetClassPageList(this.msg).then(res => {
this.loading = false;
this.data = res.Data.PageData;
......
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