Browse Source

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

774078984@qq.com 3 tháng trước cách đây
mục cha
commit
4339dba833
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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