@newview/file-ui 1.1.33 → 1.1.34

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/README.md CHANGED
@@ -1,3 +1,5 @@
1
+ ## 1.1.34
2
+
1
3
  ## 1.1.33
2
4
 
3
5
  ## 1.1.28
package/dist/file-ui.js CHANGED
@@ -19808,9 +19808,10 @@ class ComFormInstance extends BaseInstance {
19808
19808
  * @param data
19809
19809
  */
19810
19810
  __publicField(this, "signOnSuccess", (item, { result, img }) => {
19811
- var _a;
19812
19811
  this.props.formModel[item.model] = result;
19813
- (_a = item.signProp) == null ? void 0 : _a.onSignSuccess({ result, img });
19812
+ if (item.signProp && item.signProp.onSignSuccess) {
19813
+ item.signProp.onSignSuccess({ result, img });
19814
+ }
19814
19815
  });
19815
19816
  this.props = props;
19816
19817
  this.ctx = ctx;