瀏覽代碼

fix:交易记录优化

lazy 2 月之前
父節點
當前提交
280cf7f0e9

+ 3 - 3
src/api/cyAccountManage/memberAccountManage/index.js

@@ -164,11 +164,11 @@ export function downloadDealNoticeBook(params) {
 }
 
 // 资金管理-综合明细账单查询
-export function queryBillInfoDetails(params) {
+export function queryBillInfoDetails(data) {
   return request({
     url: '/bocomVipAccount/downloadTradeDetailFile',
-    method: 'get',
-    params,
+    method: 'post',
+    data,
     responseType: 'arraybuffer'
   })
 }

+ 2 - 2
src/views/cyAccountManage/memberFundManage/transactionRecord.vue

@@ -332,7 +332,7 @@ export default {
                 category: 'download'
               },
               {
-                msg: '查询状态',
+                msg: '刷新状态',
                 icon: 'iconfont icon-shuaxin',
                 power: 'updateTransactionRecordsStatus',
                 // rowPower: [],
@@ -443,7 +443,7 @@ export default {
         }
       } else if (type === 'refresh') {
         const res = await refreshTranserResultByPlfmSerNo({
-          plfmSerNo: row.plfmSerNo,
+          id: row.id,
           Loading: true
         })