refactor: new tab
This commit is contained in:
parent
8fb2f5dfb4
commit
e874826404
1 changed files with 2 additions and 1 deletions
|
|
@ -620,6 +620,8 @@ function storeDataLocal() {
|
|||
'quotation-preview',
|
||||
JSON.stringify(quotationFormData.value),
|
||||
);
|
||||
|
||||
window.open('/view', '_blank');
|
||||
}
|
||||
</script>
|
||||
|
||||
|
|
@ -780,7 +782,6 @@ function storeDataLocal() {
|
|||
?.name || '-'
|
||||
}}
|
||||
</span>
|
||||
|
||||
<ProductItem
|
||||
:readonly="readonly"
|
||||
:agent-price="agentPrice"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue