zhoulisen 5 years ago
parent
commit
8786da15a2
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/pages/funds/accountfunds/components/ConsumerOrder.jsx

+ 1
- 1
src/pages/funds/accountfunds/components/ConsumerOrder.jsx View File

140
         if (requestParams.endTime) {
140
         if (requestParams.endTime) {
141
             requestParams.endTime = `${moment(requestParams.endTime).format('YYYY-MM-DDT23:59:59')}Z`;
141
             requestParams.endTime = `${moment(requestParams.endTime).format('YYYY-MM-DDT23:59:59')}Z`;
142
         }
142
         }
143
-        request({ ...apis.funds.exportConsumeOrderByCondition, responseType: 'blob', params: { ...requestParams, consumeType: 'redPackage' } }).then(data => {
143
+        request({ ...apis.funds.exportConsumeOrderByCondition, responseType: 'blob', params: { ...requestParams, consumeType: 'RedPacket' } }).then(data => {
144
             download(data)
144
             download(data)
145
         }).catch()
145
         }).catch()
146
     }
146
     }