@@ -756,6 +756,7 @@ export default {
this.loading = true;
let params = this.whereForm ? this.whereForm : {}
+ params.queryType = 1;
exportFile(params).then(res => {
this.loading = false;