doway-coms 2.11.79 → 2.11.80

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.11.79",
3
+ "version": "2.11.80",
4
4
  "description": "doway组件库",
5
5
  "author": "dowaysoft",
6
6
  "main": "packages/index.js",
@@ -3132,6 +3132,7 @@ export default {
3132
3132
  operator: 'and',
3133
3133
  },
3134
3134
  };
3135
+ this.$emit('beforeExport',searchParam)
3135
3136
  this.$refs.exportCmpView.show(this.moduleCode,this.dataCode,this.dataName,pagerBtnInfo.field,searchParam,this.columns
3136
3137
  )
3137
3138
  }