Commit df95536f authored by 吴冠's avatar 吴冠

t1

parent 600e4d99
......@@ -96,7 +96,7 @@ export default {
citySelect,
dataTable
},
async asyncData({query}){
/* async asyncData({ params, route, error }){
let mes ={
currentPage:1,
size:10,
......@@ -109,7 +109,7 @@ export default {
total : total,
industryOptions:res
}
},
}, */
mounted(){
console.log(11111111111)
if(Cookies.get("details")){
......@@ -118,6 +118,12 @@ export default {
mes.size = Cookies.get("size")
mes.noticeType = "ENQUIRY"
this. getInquiryList(mes)
}else{
let mes = {}
mes.currentPage = 1
mes.size = 10
mes.noticeType = "ENQUIRY"
this. getInquiryList(mes)
}
this. industryList();
Cookies.remove("details")
......
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