Commit a2bd7688 by 郑国强

updata

parent d380c961
......@@ -214,9 +214,9 @@ class searchResult {
data:borrowInfor
}).then(response=>{
// console.log(response);
console.log(response)
console.log(response.data.message)
},reason=>{
console.log(reason)
console.log(reason.data.message);
})
})
......@@ -406,7 +406,7 @@ window.onload=function(){
let parm1,parm2;
parm1 =localStorage.getItem('searchType');
parm2 =localStorage.getItem('searchValue');
parm1='allBook'
// parm1='allBook'
btn_search(e,parm1,parm2);
......
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