doway-coms 1.9.6 → 1.9.7

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": "1.9.6",
3
+ "version": "1.9.7",
4
4
  "description": "doway组件库",
5
5
  "author": "dowaysoft",
6
6
  "main": "packages/index.js",
@@ -258,8 +258,7 @@ export default {
258
258
  }
259
259
  },
260
260
  mounted() {
261
- // this.searchData()
262
-
261
+ this.searchData()
263
262
  if (this.treeData.length) {
264
263
  this.currentValue = this.row[this.linkedField]
265
264
  } else {