Przeglądaj źródła

导出预排销售订单

zhangqing 1 rok temu
rodzic
commit
af3291f1f7
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      src/views/aps/presalesorder/index.vue

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

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