yijing 1 년 전
부모
커밋
8b2e6305ef
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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;
 
       });