По двойному клику подтягиваются время, исполнитель

This commit is contained in:
Daria Golova
2022-12-19 17:58:56 +03:00
parent cc87fbee3a
commit 1db33392f3
4 changed files with 33 additions and 5 deletions

View File

@@ -226,7 +226,7 @@ export default {
id: id,
label: this.trimOwnerName(last_name, first_name, patronymic),
},
id: rest.id,
id: rest?.id || null,
role: rest?.role || this.EMPLOYEE_TYPE,
};
}