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

询价

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