doway-coms 2.10.6 → 2.10.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": "2.10.6",
3
+ "version": "2.10.7",
4
4
  "description": "doway组件库",
5
5
  "author": "dowaysoft",
6
6
  "main": "packages/index.js",
@@ -893,6 +893,7 @@ export default {
893
893
  let tempSearch = {
894
894
  value: this.currentValue,
895
895
  dataSource: [],
896
+ field: this.field,
896
897
  }
897
898
  this.$emit('preSearch', tempSearch)
898
899
  this.searchRows = []