lw-cdp-ui 1.0.46 → 1.0.47

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.
@@ -213,8 +213,6 @@ export default {
213
213
  },
214
214
  //tags删除后回调
215
215
  removeTag(tag) {
216
- var row = this.findRowByKey(tag[this.defaultProps.value])
217
- this.$refs.table.toggleRowSelection(row, false);
218
216
  this.$emit('update:modelValue', this.defaultValue);
219
217
  },
220
218
  //清空后的回调
@@ -6725,8 +6725,7 @@ const lwIconSelect = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["render", _sfc_r
6725
6725
  },
6726
6726
  //tags删除后回调
6727
6727
  removeTag(o) {
6728
- var r = this.findRowByKey(o[this.defaultProps.value]);
6729
- this.$refs.table.toggleRowSelection(r, !1), this.$emit("update:modelValue", this.defaultValue);
6728
+ this.$emit("update:modelValue", this.defaultValue);
6730
6729
  },
6731
6730
  //清空后的回调
6732
6731
  clear() {
@@ -6828,7 +6827,7 @@ function _sfc_render$1(o, r, s, v, c, p) {
6828
6827
  _: 3
6829
6828
  }, 8, ["modelValue", "size", "clearable", "multiple", "collapse-tags", "collapse-tags-tooltip", "filterable", "placeholder", "disabled", "filter-method", "onRemoveTag", "onVisibleChange", "onClear"]);
6830
6829
  }
6831
- const lwTableSelect = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["render", _sfc_render$1], ["__scopeId", "data-v-de5daf35"]]), _sfc_main = {
6830
+ const lwTableSelect = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["render", _sfc_render$1], ["__scopeId", "data-v-b2cb9934"]]), _sfc_main = {
6832
6831
  name: "lwEditor",
6833
6832
  data() {
6834
6833
  return {