ac4c6876 by zhangmeng

旅游

1 parent 02735139
......@@ -998,7 +998,6 @@ function submitSJ() {
cancelButtonText: language.value == 0 ? '取消' : 'Cancel',
type: 'warning'
}).then(() => {
form.value.receiptFlag = '1'
showSJ()
})
}
......@@ -1021,6 +1020,7 @@ const showSJ = async() => {
...obj
}, `Receipt.pdf`, {}, 'application/pdf')
showSJDialog.value = false
form.value.receiptFlag = '1'
}
</script>
......
......@@ -756,7 +756,6 @@ function submitSJ() {
cancelButtonText: language.value == 0 ? '取消' : 'Cancel',
type: 'warning'
}).then(() => {
form.value.receiptFlag = '1'
showSJ()
})
}
......@@ -797,6 +796,7 @@ const showSJ = () => {
...obj
}, `Receipt_${new Date().getTime()}.pdf`, {}, 'application/pdf')
showSJDialog.value = false
form.value.receiptFlag = '1'
}
</script>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!