@zscreate/form-component 1.1.261 → 1.1.262
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.
|
@@ -63297,7 +63297,14 @@ const API = '/form/formdesiger/countLeaveDays';
|
|
|
63297
63297
|
relyWidgets = []
|
|
63298
63298
|
} = this.widget.options.formula;
|
|
63299
63299
|
setTimeout(() => {
|
|
63300
|
-
if (!this.dataModel) this.calc_run(true
|
|
63300
|
+
if (!this.dataModel) this.calc_run(true, {
|
|
63301
|
+
msg: {
|
|
63302
|
+
val: this.dataModel
|
|
63303
|
+
},
|
|
63304
|
+
model: this.widget.model,
|
|
63305
|
+
tableKey: this.tableKey,
|
|
63306
|
+
tableIndex: this.tableIndex
|
|
63307
|
+
});
|
|
63301
63308
|
}, 100);
|
|
63302
63309
|
relyWidgets.forEach(item => {
|
|
63303
63310
|
if (item.includes('.')) item = item.split('.').slice(-1)[0];
|
|
@@ -137407,7 +137414,7 @@ if (DESCRIPTORS && !('size' in URLSearchParamsPrototype)) {
|
|
|
137407
137414
|
/***/ ((module) => {
|
|
137408
137415
|
|
|
137409
137416
|
"use strict";
|
|
137410
|
-
module.exports = {"rE":"1.1.
|
|
137417
|
+
module.exports = {"rE":"1.1.262"};
|
|
137411
137418
|
|
|
137412
137419
|
/***/ })
|
|
137413
137420
|
|