Jelajahi Sumber

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

774078984@qq.com 3 bulan lalu
induk
melakukan
4339dba833
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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