Commit ef349947 authored by 吴冠's avatar 吴冠

test2

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