szld-libs 0.3.82 → 0.3.85
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.
|
@@ -27314,7 +27314,7 @@ function vO() {
|
|
|
27314
27314
|
var z, P;
|
|
27315
27315
|
try {
|
|
27316
27316
|
let $ = (T == null ? void 0 : T["must-attrid"]) || [];
|
|
27317
|
-
const Y = (N == null ? void 0 : N["source-number"]) || "";
|
|
27317
|
+
const Y = (N == null ? void 0 : N["source-number"]) || (N == null ? void 0 : N.sourceNumber) || "";
|
|
27318
27318
|
if (!($ != null && $.length) && Y) {
|
|
27319
27319
|
const U = await w("YLKHDSelPCParam", {
|
|
27320
27320
|
"source-number": Number(Y)
|
|
@@ -27334,7 +27334,7 @@ function vO() {
|
|
|
27334
27334
|
...L
|
|
27335
27335
|
};
|
|
27336
27336
|
r.confirm({
|
|
27337
|
-
title: S || "",
|
|
27337
|
+
title: S || (N == null ? void 0 : N.title) || "",
|
|
27338
27338
|
icon: null,
|
|
27339
27339
|
okType: "danger",
|
|
27340
27340
|
okText: R || "",
|