cloud-web-corejs 1.0.150 → 1.0.152

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.
@@ -271,6 +271,9 @@ modules = {
271
271
  methods: {
272
272
  openFileDirs(row) {
273
273
  let keys = row.treePath.split(",").filter((item) => !!item);
274
+ if(row.dirs){
275
+ keys.push(row.id + "")
276
+ }
274
277
  let size = keys.length;
275
278
  let tree = this.$refs.tree;
276
279