Commit f04e8323 authored by 吴冠's avatar 吴冠

T2

parent 1e6d81fe
...@@ -103,12 +103,14 @@ export default { ...@@ -103,12 +103,14 @@ export default {
noticeType:'ENQUIRY' noticeType:'ENQUIRY'
} }
if(Cookies.get("details")){ if(Cookies.get("details")){
console.log(11111111111111111)
mes.currentPage = Cookies.get("currentPage") mes.currentPage = Cookies.get("currentPage")
} }
const res = await industryList(); const res = await industryList();
const {data,total} = await getInquiryList(mes) const {data,total} = await getInquiryList(mes)
Cookies.remove("details",{ path: '' }) // Cookies.remove("details",{ path: '' })
Cookies.remove("currentPage",{ path: '' }) // Cookies.remove("currentPage",{ path: '' })
Cookies.remove('currentPage', { path: '', domain: '60.205.251.80' });
return { return {
priceList : data, priceList : data,
total : total, total : total,
......
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