|
|
@@ -600,7 +600,8 @@ export default {
|
|
|
console.log(this.whereForm, 'this.whereForm')
|
|
|
|
|
|
this.loading = true;
|
|
|
- exportFile(this.whereForm).then(res => {
|
|
|
+ let params = this.whereForm?this.whereForm:[]
|
|
|
+ exportFile(params).then(res => {
|
|
|
this.loading = false;
|
|
|
|
|
|
});
|