Commit ef349947 authored by 吴冠's avatar 吴冠

test2

parent 1cf892bd
...@@ -85,17 +85,17 @@ import Cookies from 'js-cookie' ...@@ -85,17 +85,17 @@ import Cookies from 'js-cookie'
/* if(inputContent!=''){ /* if(inputContent!=''){
mes.title = inputContent mes.title = inputContent
} */ } */
if(Cookies.get("details")){ /* if(Cookies.get("details")){
mes.currentPage = Cookies.get("currentPage") mes.currentPage = Cookies.get("currentPage")
}else{ }else{
Cookies.remove("currentPage"); Cookies.remove("currentPage");
} }
Cookies.remove("details") Cookies.remove("details")
Cookies.remove("currentPage") Cookies.remove("currentPage") */
const res = await industryList(); const res = await industryList();
const {data,total} = await getAllList(mes) const {data,total} = await getAllList(mes)
console.log(data+'------------') console.log(data+'------------')
Cookies.remove("inputContent") /* Cookies.remove("inputContent") */
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