nayota-show-sdk 1.3.22 → 1.3.23
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
|
@@ -29,6 +29,7 @@ import { requestShow } from '../utils'
|
|
|
29
29
|
* @property {String} statisticsComponent - 统计组件
|
|
30
30
|
* @property {String} statisticsJson - 统计组件自定义json
|
|
31
31
|
* @property {array} areaClass - 区域类型id数组
|
|
32
|
+
* @property {string} defaultDepart - 默认层级
|
|
32
33
|
* @example
|
|
33
34
|
* {
|
|
34
35
|
"children": [],
|