feat(studio): 对 field 添加了 LatticeList 的处理

Signed-off-by: 李东云 <dongyun.li@luxcreo.ai>
This commit is contained in:
李东云
2022-05-06 18:12:06 +08:00
parent 4498f524de
commit ccd6e81818

View File

@@ -61,6 +61,9 @@ class Field extends JsonResource
'max' => floatval($this->rodDiameterMax),
];
}
if (!empty($this->latticeList)) {
$schema['latticeList'] = $this->latticeList;
}
return $schema;
}