Commit ff26d5d7 authored by 吴冠's avatar 吴冠

T3

parent f04e8323
...@@ -103,14 +103,15 @@ export default { ...@@ -103,14 +103,15 @@ export default {
noticeType:'ENQUIRY' noticeType:'ENQUIRY'
} }
if(Cookies.get("details")){ if(Cookies.get("details")){
console.log(11111111111111111) console.log(111111111111111111)
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: '' }) C/* ookies.remove("details",{ path: '' })
// Cookies.remove("currentPage",{ path: '' }) Cookies.remove("currentPage",{ path: '' }) */
Cookies.remove('currentPage', { path: '', domain: '60.205.251.80' }); console.log(222222222222222222222222)
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