Commit 4eb42c25 authored by 吴冠's avatar 吴冠

询价

parent 6150840f
...@@ -96,13 +96,10 @@ export default { ...@@ -96,13 +96,10 @@ export default {
citySelect, citySelect,
dataTable dataTable
}, },
async asyncData({query,ctx,route}){ async asyncData({query}){
console.log(ctx+'1111111111111111111111122')
console.log(route)
let details = Cookies.get("details")
let mes ={ let mes ={
currentPage:query.currentPage, currentPage:1,
size:query.size, size:10,
noticeType:"ENQUIRY" noticeType:"ENQUIRY"
} }
const res = await industryList(); const res = await industryList();
......
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