0
0
Fork 0

feat: warehouse

This commit is contained in:
Javi Gallego 2024-09-26 16:23:18 +02:00
parent 6e6b88d340
commit a2b7e81982
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 || '';