|
@@ -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
|