0
0
Fork 0

Merge branch 'dev' into 7323-fineTunningWorker

This commit is contained in:
Javier Segarra 2024-09-26 16:21:22 +00:00
commit 3caeb9e738
1 changed files with 1 additions and 1 deletions

View File

@ -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 || '';