anytrek-front-public-component 1.4.17 → 1.4.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -325,7 +325,7 @@ const saveFunctionVehicle = async (
325
325
  | allAssetTypes | 资产类型列表 | `Array` | [] |
326
326
  | allVehicles | 车辆列表 | `Array` | [] |
327
327
  | allDevices | 设备列表 | `Array` | [] |
328
- | modelTypes | 设备类型列表 | `Array` | [] |
328
+ | modelTypes | 设备类型列表 | `Object` | {} |
329
329
  | allVehicleToDevice | 车辆设备绑定关系列表 | `Array` | [] |
330
330
  | allTags | tag列表 | `Array` | [] |
331
331
  | assetTypeFn |资产类型新增/删除方法 | `Function` | |
@@ -416,7 +416,7 @@ const handleAddBurialPoint = (type: string) => {
416
416
  } |
417
417
  | allVehicles | 车辆列表 | `Array` | [] |
418
418
  | allDevices | 设备列表 | `Array` | [] |
419
- | modelTypes | 设备类型列表 | `Array` | [] |
419
+ | modelTypes | 设备类型列表 | `Object` | {} |
420
420
  | allVehicleToDevice | 车辆设备绑定关系列表 | `Array` | [] |
421
421
  | allTags | tag列表 | `Array` | [] |
422
422
  | allLandmarks | landmark列表 | `Array` | [] |