hcui-package 1.2.8 → 1.2.9
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/dist/hcui-package.es.js +4 -3
- package/dist/hcui-package.umd.js +135 -135
- package/package.json +1 -1
package/dist/hcui-package.es.js
CHANGED
|
@@ -23627,9 +23627,10 @@ const jx = {
|
|
|
23627
23627
|
d.value = Yx(R, o.childrenField, o.codeField, o.labelField, o.disableNodeCheck);
|
|
23628
23628
|
}, S = (H) => {
|
|
23629
23629
|
const R = H || o.value;
|
|
23630
|
-
|
|
23631
|
-
|
|
23632
|
-
|
|
23630
|
+
let T = [];
|
|
23631
|
+
typeof R == "string" ? T = R ? R.split(",") : [] : T = R;
|
|
23632
|
+
const _ = Zx(d.value, T, o.keyField, o.childrenField);
|
|
23633
|
+
v.value = _, h.value = _.map((E) => E[o.keyField]), p.value = v.value.map((E) => E[o.labelField]).join(",");
|
|
23633
23634
|
}, P = (H) => lt("div", {
|
|
23634
23635
|
class: "dealLabelDIV",
|
|
23635
23636
|
title: H.option.name
|