@lx-frontend/wrap-element-ui 1.0.5-beta.3 → 1.0.6

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": "@lx-frontend/wrap-element-ui",
3
- "version": "1.0.5-beta.3",
3
+ "version": "1.0.6",
4
4
  "description": "wrap-element-ui",
5
5
  "author": "",
6
6
  "main": "src/components/index.ts",
@@ -100,7 +100,7 @@
100
100
  class="is-empty"
101
101
  >
102
102
  空白
103
- </el-checkbox>
103
+ </el-checkbox>
104
104
  </div>
105
105
  <slot
106
106
  v-if="type === 'slot'"
@@ -218,6 +218,7 @@ export default {
218
218
  this.checkedIds[k] = false
219
219
  })
220
220
  this.$emit('update:formData', { ...this.formData, ...this.initialData })
221
+ this.$emit('clear')
221
222
  },
222
223
 
223
224
  handleFormClose () {
@@ -241,4 +242,4 @@ export default {
241
242
  }
242
243
  }
243
244
  }
244
- </style>
245
+ </style>