meixioacomponent 0.2.11 → 0.2.12

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": "meixioacomponent",
3
- "version": "0.2.11",
3
+ "version": "0.2.12",
4
4
  "private": false,
5
5
  "author": "YuRi",
6
6
  "main": "lib/meixioacomponent.umd.min.js",
@@ -210,6 +210,7 @@ export default {
210
210
  let result = this.submitVerifiData(params);
211
211
  if (result) {
212
212
  this.$refs[`area-${params.config.key}`][0].doClose();
213
+ this.$emit("formItemConfirm", params.config);
213
214
  } else {
214
215
  this.$message.error("请重新选择");
215
216
  }