htui-yllkbz 1.3.69 → 1.3.70
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/lib/htui.common.js +29 -29
- package/lib/htui.common.js.gz +0 -0
- package/lib/htui.css +1 -1
- package/lib/htui.umd.js +29 -29
- package/lib/htui.umd.js.gz +0 -0
- package/lib/htui.umd.min.js +5 -5
- package/lib/htui.umd.min.js.gz +0 -0
- package/package.json +1 -1
- package/src/packages/HtBaseData/index.vue +2 -2
package/lib/htui.umd.min.js.gz
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -136,7 +136,7 @@
|
|
|
136
136
|
v-model="state.selectVal['departmentUser']"
|
|
137
137
|
:show-all-levels="state.configJson['departmentUser'].showAllLevels"
|
|
138
138
|
:props="{
|
|
139
|
-
label: '
|
|
139
|
+
label: 'label',
|
|
140
140
|
value: 'id',
|
|
141
141
|
children: 'childrenList',
|
|
142
142
|
expandTrigger: 'click',
|
|
@@ -194,7 +194,7 @@
|
|
|
194
194
|
:placeholder="placeholder || `请选择部门下人员`"
|
|
195
195
|
v-model="state.selectVal['departmentUser']"
|
|
196
196
|
:props="{
|
|
197
|
-
label: '
|
|
197
|
+
label: 'label',
|
|
198
198
|
value: 'id',
|
|
199
199
|
children: 'childrenList',
|
|
200
200
|
expandTrigger: 'click',
|