feat: store it full response as source
This commit is contained in:
parent
c22dc7d945
commit
42cc0175f8
3 changed files with 5 additions and 0 deletions
|
|
@ -637,6 +637,7 @@ function storeDataLocal() {
|
|||
JSON.stringify({
|
||||
data: quotationFormData.value,
|
||||
meta: {
|
||||
source: quotationFormState.value.source,
|
||||
createdBy: quotationFormState.value.createdBy('tha'),
|
||||
},
|
||||
}),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue