Commit 4e0f298e by 高浩杰

完成咨询展示页面对接

parent 0a96c2fc
......@@ -129,7 +129,6 @@ export default {
{
params: params
}).then((response) => {
console.log(response);
this.newsList = response.data.dataList;
this.pages = response.data.totalPage;
})
......@@ -142,8 +141,6 @@ export default {
type: 1
}
}).then((response) => {
console.log(14);
console.log(response);
this.informationList = response.data.dataList;
})
},
......@@ -155,8 +152,6 @@ export default {
type: 1
}
}).then((response) => {
console.log(15);
console.log(response);
this.recruitmentList = response.data.dataList;
})
},
......@@ -168,8 +163,6 @@ export default {
type: 1
}
}).then((response) => {
console.log(16);
console.log(response);
this.recommendedSoftwareList = response.data.dataList;
})
},
......@@ -181,8 +174,6 @@ export default {
type: 1
}
}).then((response) => {
console.log(17);
console.log(response);
this.softwareUpdatesList = response.data.dataList;
})
},
......
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