Commit eb53719b authored by zhengke's avatar zhengke

no message

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