forked from verdnatura/salix-front
Merge branch 'dev' into 7323-fineTunningWorker
This commit is contained in:
commit
3caeb9e738
|
@ -101,7 +101,7 @@ const setEditDefaultParams = async () => {
|
|||
thermographForm.value.thermographFk = data.thermographFk;
|
||||
thermographForm.value.state = data.result;
|
||||
thermographForm.value.reference = data.dms?.reference;
|
||||
thermographForm.value.warehouseId = data.dms?.warehouseFk;
|
||||
thermographForm.value.warehouseId = data.warehouseFk;
|
||||
thermographForm.value.companyId = data.dms?.companyFk;
|
||||
thermographForm.value.dmsTypeId = data.dms?.dmsTypeFk;
|
||||
thermographForm.value.description = data.dms?.description || '';
|
||||
|
|
Loading…
Reference in New Issue