소스 검색

修改卡清单充值记录翻页问题

774078984@qq.com 5 달 전
부모
커밋
4339dba833
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/lotCard/cardList/trafficUseDialog.vue

+ 1 - 1
src/views/lotCard/cardList/trafficUseDialog.vue

@@ -279,7 +279,7 @@ const evChangePageAounmt = (e) => {
 }
 
 const ICCIDPuyData = async (id) => {
-  let res = await getOrderCard({ iccid: id, current: 1, size: 10 })
+  let res = await getOrderCard({ iccid: id, ...pagination.value })
   let res1 = await Getdictionary('puyType')
   dataTopup.value = (res.data.records || []).map(val => {
     const payType = res1.filter(item => item.value == val.payStatus)[0]?.label