ソースを参照

导出预排销售订单

zhangqing 1 年間 前
コミット
b6bab47979
1 ファイル変更1 行追加0 行削除
  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;