sse for progress (disabled)
This commit is contained in:
parent
faadc71b1b
commit
fcd07a15d0
6 changed files with 69 additions and 2 deletions
|
@ -89,6 +89,8 @@ export default defineComponent({
|
|||
},
|
||||
mounted() {
|
||||
this.fetchNewsletterPrintout();
|
||||
this.subscribeMailSendingProgress();
|
||||
this.subscribePdfPrintingProgress();
|
||||
},
|
||||
methods: {
|
||||
...mapActions(useModalStore, ["openModal"]),
|
||||
|
@ -98,6 +100,8 @@ export default defineComponent({
|
|||
"fetchNewsletterPrintoutById",
|
||||
"createNewsletterMailPreview",
|
||||
"createNewsletterSend",
|
||||
"subscribeMailSendingProgress",
|
||||
"subscribePdfPrintingProgress",
|
||||
]),
|
||||
openPdfShow(filename?: string) {
|
||||
this.openModal(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue