Commit eb53719b authored by zhengke's avatar zhengke

no message

parent 9090f719
...@@ -455,11 +455,10 @@ const scrollingHandler = () =>{ ...@@ -455,11 +455,10 @@ const scrollingHandler = () =>{
const forwardOrderDetail = (id:string,type:any)=>{ const forwardOrderDetail = (id:string,type:any)=>{
let url = props.firm?`/a/orderDetail/${encodeURIComponent(id)}/${props.firm}/${activeName.value}`:`/u/orderDetail/${encodeURIComponent(id)}/${activeName.value}` let url = props.firm?`/a/orderDetail/${encodeURIComponent(id)}/${props.firm}/${activeName.value}`:`/u/orderDetail/${encodeURIComponent(id)}/${activeName.value}`
if(type) openNewBlank(url) router.push(url)
else router.push(url)
} }
if(activeName.value=='invoiceHistory') HistoricalInvoice()
getOrders() else getOrders()
onMounted(()=>{ onMounted(()=>{
orderRef.value.addEventListener("scroll", scrollingHandler); orderRef.value.addEventListener("scroll", scrollingHandler);
}) })
......
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