cloud-web-corejs 1.0.54-dev.618 → 1.0.54-dev.619

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.
@@ -114,7 +114,7 @@ export default {
114
114
  eventParams: ["dataId", "formCode", "done"],
115
115
  showBdAttachSettingDialog: false,
116
116
  onBeforeImportParams: ["dataId", "formCode", "file", "resultData", "done"],
117
- onConfirmImportParams: ["dataId", "formCode", "resultData", "file", "done"],
117
+ onConfirmImportParams: ["dataId", "formCode", "resultData", "file", "done", "close"],
118
118
  onSuccessImportParams: ["dataId", "formCode", "resultData", "file"],
119
119
  };
120
120
  },
@@ -77,7 +77,7 @@ export default {
77
77
  eventParams: ["dataId", "formCode", "done"],
78
78
  showBdAttachSettingDialog: false,
79
79
  onBeforeImportParams: ["dataId", "formCode", 'file', 'resultData', 'done'],
80
- onConfirmImportParams: ["dataId", "formCode", 'resultData', 'file', 'done'],
80
+ onConfirmImportParams: ["dataId", "formCode", 'resultData', 'file', 'done', "close"],
81
81
  onSuccessImportParams: ["dataId", "formCode", 'resultData', 'file']
82
82
  };
83
83
  },