liyu-pc-base 1.0.187 → 1.0.189
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.
|
@@ -9913,9 +9913,9 @@ const Cre = /* @__PURE__ */ lt(vre, [["render", wre]]), Sre = Me({
|
|
|
9913
9913
|
};
|
|
9914
9914
|
e.field.queryType === "simple" ? s.simpleSearchParams = u() : s.conditions = l();
|
|
9915
9915
|
const c = () => e.valueKey || "id", d = () => e.labelKey || "name", p = () => {
|
|
9916
|
-
var T;
|
|
9916
|
+
var T, F, x;
|
|
9917
9917
|
const _ = [];
|
|
9918
|
-
e != null && e.labelKeyList && ((T = e == null ? void 0 : e.labelKeyList) == null ? void 0 : T.length) > 0 && e.labelKeyType !== 1 ? _.push(c(), ...e.labelKeyList) : _.push(c(), d());
|
|
9918
|
+
e != null && e.labelKeyList && ((T = e == null ? void 0 : e.labelKeyList) == null ? void 0 : T.length) > 0 && e.labelKeyType !== 1 ? _.push(c(), ...e.labelKeyList) : _.push(c(), d()), (F = e.field) != null && F.extendedFields && ((x = e.field) == null ? void 0 : x.extendedFields.length) > 0 && _.push(...e.field.extendedFields);
|
|
9919
9919
|
const k = [...new Set(_)];
|
|
9920
9920
|
s.column_fields = [].concat(k);
|
|
9921
9921
|
};
|