doway-coms 2.2.16 → 2.2.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "doway-coms",
3
- "version": "2.2.16",
3
+ "version": "2.2.18",
4
4
  "description": "doway组件库",
5
5
  "author": "dowaysoft",
6
6
  "main": "packages/index.js",
@@ -3399,6 +3399,9 @@ export default {
3399
3399
  console.debug(err)
3400
3400
  })
3401
3401
  },
3402
+ setTreeExpand(rows, checked) {
3403
+ this.$refs.baseGrid.setTreeExpand(rows, checked)
3404
+ },
3402
3405
  },
3403
3406
  }
3404
3407
  </script>