Explorar o código

导出预排销售订单

zhangqing hai 1 ano
pai
achega
b6bab47979
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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;