feat: preview route and trigger preview
This commit is contained in:
parent
b74ff126e3
commit
8f880fd34d
5 changed files with 24 additions and 4 deletions
|
|
@ -621,7 +621,7 @@ function storeDataLocal() {
|
|||
JSON.stringify(quotationFormData.value),
|
||||
);
|
||||
|
||||
window.open('/view', '_blank');
|
||||
window.open('/quotation/document-view', '_blank');
|
||||
}
|
||||
</script>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue