yijing 1 rok temu
rodzic
commit
8b2e6305ef
1 zmienionych plików z 2 dodań i 1 usunięć
  1. 2 1
      src/views/aps/presalesorder/index.vue

+ 2 - 1
src/views/aps/presalesorder/index.vue

@@ -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;
 
       });