t20-common-lib 0.12.2 → 0.12.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "t20-common-lib",
3
- "version": "0.12.2",
3
+ "version": "0.12.3",
4
4
  "description": "T20",
5
5
  "private": false,
6
6
  "main": "dist/index.js",
@@ -629,7 +629,7 @@ export default {
629
629
  this.selectData = [];
630
630
  this.checkD = false;
631
631
  this.$refs.tree.setCheckedNodes([]);
632
- this.getListData("search");
632
+ this.getListData("all");
633
633
  } else {
634
634
  //搜索取消所有选中状态
635
635
  this.checkD = false;