Commit cf59425e authored by 黄奎's avatar 黄奎

页面修改

parent 5863beb4
...@@ -201,7 +201,6 @@ export default { ...@@ -201,7 +201,6 @@ export default {
this.msg, this.msg,
res => { res => {
this.QueryMsg.loading = false; this.QueryMsg.loading = false;
console.log(res.data.data);
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.QueryMsg.dataList = res.data.data.pageData.result; this.QueryMsg.dataList = res.data.data.pageData.result;
this.IsHaveLeader=res.data.data.pageData.IsHaveLeader; this.IsHaveLeader=res.data.data.pageData.IsHaveLeader;
......
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