nayota-show-sdk 1.3.36 → 1.3.37
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/api/bmsRouter.js +1 -0
- package/package.json +1 -1
package/api/bmsRouter.js
CHANGED
|
@@ -31,6 +31,7 @@ import { requestShow } from '../utils'
|
|
|
31
31
|
* @property {array} areaClass - 区域类型id数组
|
|
32
32
|
* @property {string} defaultDepart - 默认层级
|
|
33
33
|
* @property {array} scadaProjectIds - 组态项目id数组
|
|
34
|
+
* @property {Array} defaultSelectedDeviceClass - 默认选中的设备类型 字段同deviceClass
|
|
34
35
|
* @example
|
|
35
36
|
* {
|
|
36
37
|
"children": [],
|