gxd-uni-library-editx 1.0.154 → 1.0.155

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gxd-uni-library-editx",
3
- "version": "1.0.154",
3
+ "version": "1.0.155",
4
4
  "private": false,
5
5
  "description": "聚福宝基础插件专用库",
6
6
  "main": "index.js",
@@ -313,7 +313,7 @@
313
313
  close() {
314
314
  this.setXdInputConfirm(null);
315
315
  if (typeof this.confirm.onClose === 'function') {
316
- this.onClose()
316
+ this.confirm.onClose()
317
317
  }
318
318
  },
319
319