imeik-bizui 2.3.1 → 2.3.3

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.
@@ -379,7 +379,7 @@ export default {
379
379
  */
380
380
  handleChange() {
381
381
  this.$emit('input', this.myValue)
382
- this.$emit('change', this.myValue)
382
+ this.$emit('change', this.myValue, this.plantText)
383
383
  this.dispatch('ElFormItem', 'el.form.change', this.myValue)
384
384
  }
385
385
  }