Commit 6f8afadb authored by zhengke's avatar zhengke

2

parent 7b7258b1
......@@ -182,7 +182,6 @@
getList() {
this.loading = true;
GetWebMenuPage(this.msg).then(res => {
console.log(res,'数据来也!');
this.loading = false
this.data = res.Data.PageData;
this.pageCount = res.Data.PageCount;
......
......@@ -185,7 +185,6 @@
getList() {
this.loading = true;
GetWebNewsPage(this.msg).then(res => {
console.log(res,'数据来也!');
this.loading = false
this.data = res.Data.PageData;
this.pageCount = res.Data.PageCount;
......
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