@newview/file-ui 1.1.28 → 1.1.29
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/dist/file-ui.js +4 -2
- package/dist/file-ui.umd.cjs +1 -1
- package/package.json +1 -1
package/dist/file-ui.js
CHANGED
|
@@ -19793,8 +19793,10 @@ class ComFormInstance extends BaseInstance {
|
|
|
19793
19793
|
* @param item
|
|
19794
19794
|
* @param data
|
|
19795
19795
|
*/
|
|
19796
|
-
__publicField(this, "signOnSuccess", (item,
|
|
19797
|
-
|
|
19796
|
+
__publicField(this, "signOnSuccess", (item, { result, img }) => {
|
|
19797
|
+
var _a;
|
|
19798
|
+
this.props.formModel[item.model] = result;
|
|
19799
|
+
(_a = item.signProp) == null ? void 0 : _a.onSignSuccess({ result, img });
|
|
19798
19800
|
});
|
|
19799
19801
|
this.props = props;
|
|
19800
19802
|
this.ctx = ctx;
|