По двойному клику подтягиваются время, исполнитель
This commit is contained in:
@@ -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,
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user