trigger protocol render (temporary)
This commit is contained in:
parent
d62436722a
commit
225b686de6
2 changed files with 9 additions and 1 deletions
|
@ -100,5 +100,11 @@ export const useProtocolStore = defineStore("protocol", {
|
|||
})
|
||||
.catch((err) => {});
|
||||
},
|
||||
printProtocol() {
|
||||
return http
|
||||
.post(`/admin/protocol/${this.activeProtocol}/render`)
|
||||
.then(() => {})
|
||||
.catch(() => {});
|
||||
},
|
||||
},
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue