ea10e105 by 华明祺

no message

1 parent 544fb414
......@@ -234,8 +234,8 @@ const unsubscribe = (row) => {
}
const downInvoice = (row) => {
proxy.download(``, {
id: row.id
proxy.download(`/ota/orderRoom/exportRoomBillPayment`, {
orderId: row.id
}, `Invoice_${new Date().getTime()}.pdf`)
}
......
......@@ -212,6 +212,15 @@ function popRemark(type) {
}
if (type == '2') {
if (!useStore.user) {
// ElMessage({
// type: 'warning',
// message: language.value == 0 ? '请先登录' : 'Please login first',
// })
useStore.setVisitor()
return
}
emit("pickUp")
return;
}
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!