@zscreate/zhxy-app-component 1.0.398 → 1.0.400

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.
@@ -1005,7 +1005,7 @@ export default {
1005
1005
  methods: {
1006
1006
  batchDownload() {
1007
1007
  let params = {
1008
- fileList: this.models[this.widget.model],
1008
+ fileList: this.dataModel,
1009
1009
  businessFormDataId: this.models.businessFormDataId,
1010
1010
  }
1011
1011
  debugger
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zscreate/zhxy-app-component",
3
- "version": "1.0.398",
3
+ "version": "1.0.400",
4
4
  "private": false,
5
5
  "description": "zhxy-app-component",
6
6
  "main": "index.js",