Browse Source

提现申请导出,根据查询添加导出。

shipeng 4 weeks ago
parent
commit
af7cc53a7a
1 changed files with 6 additions and 6 deletions
  1. 6 6
      src/views/distribution/withdrawalApp/index.vue

+ 6 - 6
src/views/distribution/withdrawalApp/index.vue

@@ -327,12 +327,12 @@ export default {
             }
           }
           let params = JSON.parse(JSON.stringify(this.queryParams))
-          for (let key in params) {
-            if(key != 'pageNum' && key != 'pageSize' && key != 'time' && key != 'personName' && key != 'realName' && key != 'voucherStatus'){
-              postMap[key] = params[key]
-            }
-          }
-          downOrderListXls(postMap)
+          // for (let key in params) {
+          //   if(key != 'pageNum' && key != 'pageSize') {
+          //     postMap[key] = params[key]
+          //   }
+          // }
+          downOrderListXls(params)
             .then((res) => {
               exportExcel(res, '提现申请', '.xlsx');
               this.handleExportLoading = false;