Commit a2250777 authored by 吴冠's avatar 吴冠

优化询价公告功能

parent 8ecdbee6
......@@ -149,6 +149,12 @@ import {getSecond,getListSite,getListSite1,getListSite2} from '@/common/list.js'
sessionStorage.removeItem("status")
}
}
let c = sessionStorage.getItem("bidId")
let d = sessionStorage.getItem("sign")
if(d=="1"){
this.$router.push("/notice/BIDDINGdetails?id="+c)
sessionStorage.removeItem("sign")
}
},
loginuser(){
this.$router.push("/login/user")
......
This diff is collapsed.
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