@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.261"};
137417
+ module.exports = {"rE":"1.1.262"};
137411
137418
 
137412
137419
  /***/ })
137413
137420
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zscreate/form-component",
3
- "version": "1.1.261",
3
+ "version": "1.1.262",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "main": "dist/form-component.umd.js",