Commit ff26d5d7 authored by 吴冠's avatar 吴冠

T3

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