Commit fd8405a0 authored by 黄奎's avatar 黄奎

页面修改

parent 942387a6
...@@ -168,9 +168,9 @@ ...@@ -168,9 +168,9 @@
this.dataList = []; this.dataList = [];
GetRepeatClassPlan(this.msg).then(res => { GetRepeatClassPlan(this.msg).then(res => {
this.loading = false; this.loading = false;
console.log(res, '数据');
if (res.Code == 1) { if (res.Code == 1) {
this.dataList = res.Data; this.dataList = res.Data;
this.postMsg.PlanList=res.Data;
} }
}) })
} }
......
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