我需要发送输出到刀片(呈现Vue.js)
return fetch("/set/status/1")
.then(resp => resp.json())
.then(data => {
this.$toaster.success(`Status changed to 1`);
this.reset();
})
当前,服务器仅发送PDF流。
请帮助我提出一个解决方案-如何做到两件事。 我的意思是-将控制权返回给JavaScript,并允许保存PDF