lh-ui-next 0.2.0-beta.17 → 0.2.0-beta.18

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/README.md CHANGED
@@ -5,7 +5,7 @@ alpha version is use to self-test; beta version is use to public survey.for exam
5
5
  1.0.0-alpha.1
6
6
  1.0.0-test.2
7
7
  ## Official version : "0.1.9",
8
- ## test version : "0.2.0-beta.17,
8
+ ## test version : "0.2.0-beta.18,
9
9
  ## npmmirror
10
10
  When cnpm sync execution is unsuccessful,you can go the website(http://www.npmmirror.com/package/lh-ui-next) and press sync button to
11
11
  manual trigger the sync event
@@ -3079,7 +3079,7 @@ const Vl = /* @__PURE__ */ x(kl, [["render", Il]]), zl = {
3079
3079
  },
3080
3080
  //数据全选。只提供对外暴露功能。禁止内部调用
3081
3081
  allSelect() {
3082
- this.allSelectProtected(), this.$emit("check-change", this.store.arrayList);
3082
+ this.allSelectProtected(), this.checkChanged();
3083
3083
  },
3084
3084
  //全部取消选择
3085
3085
  cancelAllSelect() {