@baosight/er4j 0.0.29 → 0.0.30
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/er4j-dist/er4j.es.js
CHANGED
|
@@ -36691,10 +36691,13 @@ var y;
|
|
|
36691
36691
|
* @returns Promise<EiInfo>
|
|
36692
36692
|
*/
|
|
36693
36693
|
callService(r, i, n) {
|
|
36694
|
-
var
|
|
36695
|
-
|
|
36696
|
-
|
|
36697
|
-
|
|
36694
|
+
var c, h, p;
|
|
36695
|
+
n = n || {}, n.messageError = n.messageError ?? !1, n.messageError !== "modal" && n.messageError !== !1 && (n.messageError = ((c = this.getFormSysInfo("ERRORMESSAGEDISPLAYMODAL")) == null ? void 0 : c.toLowerCase()) === "true" ? "modal" : !0);
|
|
36696
|
+
const s = i.getAttr();
|
|
36697
|
+
return i.setAttr({
|
|
36698
|
+
...s,
|
|
36699
|
+
formEname: ((h = this.CurrentFormRegitInfo) == null ? void 0 : h.formEname) || this.FormName,
|
|
36700
|
+
formCname: ((p = this.CurrentFormRegitInfo) == null ? void 0 : p.formCname) || this.FormCaption,
|
|
36698
36701
|
service: r
|
|
36699
36702
|
}), t.callService(r, i, n);
|
|
36700
36703
|
}
|