bri-components 1.3.62 → 1.3.63

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": "bri-components",
3
- "version": "1.3.62",
3
+ "version": "1.3.63",
4
4
  "author": "dengshanghui",
5
5
  "description": "a component lib for vue project",
6
6
  "main": "src/index.js",
@@ -768,7 +768,8 @@ export default {
768
768
  params: {
769
769
  screenKey: this.screenKey,
770
770
  _id: this.parentObj._id,
771
- _key: this.controlKey
771
+ _key: this.controlKey,
772
+ advSearch: this.finalTableAdvSearch
772
773
  },
773
774
  callback: data => {
774
775
  this.getJobStatus(operationItem, data.jobId, data.excel_url);