新增飞行器人员名称字段更换
This commit is contained in:
parent
e1db8d908a
commit
a41521670a
@ -468,7 +468,7 @@ export default {
|
|||||||
if (res) {
|
if (res) {
|
||||||
this.employeeOptions = res.content.map((employee) => ({
|
this.employeeOptions = res.content.map((employee) => ({
|
||||||
id: employee.id,
|
id: employee.id,
|
||||||
name: employee.username,
|
name: employee.name,
|
||||||
}));
|
}));
|
||||||
}
|
}
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user