feat: store it full response as source

This commit is contained in:
Methapon Metanipat 2024-10-18 14:57:57 +07:00
parent c22dc7d945
commit 42cc0175f8
3 changed files with 5 additions and 0 deletions

View file

@ -637,6 +637,7 @@ function storeDataLocal() {
JSON.stringify({
data: quotationFormData.value,
meta: {
source: quotationFormState.value.source,
createdBy: quotationFormState.value.createdBy('tha'),
},
}),