htui-yllkbz 1.5.32 → 1.5.34

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.
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "htui-yllkbz",
3
- "version": "1.5.32",
3
+ "version": "1.5.34",
4
4
  "port": "8082",
5
5
  "typings": "types/index.d.ts",
6
6
  "main": "lib/htui.common.js",
@@ -54,4 +54,4 @@
54
54
  "typescript": "~3.9.3",
55
55
  "vue-template-compiler": "^2.6.11"
56
56
  }
57
- }
57
+ }
@@ -931,7 +931,7 @@ export default class CommonDatas extends Vue {
931
931
  });
932
932
  }
933
933
  if (cur.children && cur.children.length > 0) {
934
- recursion(cur.children);
934
+ recursion(cur.children, showLocked);
935
935
  } else {
936
936
  cur.children = undefined;
937
937
  }