szld-libs 0.3.88 → 0.3.89
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.
|
@@ -27347,7 +27347,7 @@ function vO() {
|
|
|
27347
27347
|
okText: R || "",
|
|
27348
27348
|
cancelText: k || "",
|
|
27349
27349
|
onOk: () => new Promise(async (H, G) => {
|
|
27350
|
-
const J = await w(x, I), X = D && D(O || "", J == null ? void 0 : J["msg-code"]
|
|
27350
|
+
const J = await w(x, I), X = D && D(O || "", J == null ? void 0 : J["msg-code"]) || (J == null ? void 0 : J.msg);
|
|
27351
27351
|
(J == null ? void 0 : J.ReturnValue) === 1 ? (e.success(X), b(), H(J)) : (e.error(X || "删除失败"), G(J));
|
|
27352
27352
|
})
|
|
27353
27353
|
});
|