增加name字段,目的是在首页卡片显示
This commit is contained in:
parent
5053aca455
commit
fc7b2ce649
@ -11,6 +11,7 @@ class ArtRepairLog extends CellsysEvent {
|
||||
this.id = params.id;
|
||||
this.repairRecordId = params.repair_record_id;
|
||||
this.repairNode = params.repair_node;
|
||||
this.name = params.repair_node;
|
||||
this.restorers = params.restorers;
|
||||
this.description = params.description;
|
||||
this.datetime = params.datetime;
|
||||
|
Loading…
x
Reference in New Issue
Block a user