Преглед изворни кода

2024.07.02
- 修改代金券操作页数据字段

zweiqin пре 1 година
родитељ
комит
6e98e8ab6a
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      src/views/voucherManagement/voucherOperation/index.vue

+ 2 - 2
src/views/voucherManagement/voucherOperation/index.vue

@@ -185,9 +185,9 @@ export default {
       this.voucherChooseInfo.platformVoucherId = id
       if (this.voucherChooseInfo.platformVoucherId) {
         const res1 = await getByUserOrderShopVoucher({ page: 1, pageSize: 9999 })
-        this.voucherAcount.chongzhiRechargeTotal = Number(res1.data.rechargeTotal)
+        this.voucherAcount.chongzhiRechargeTotal = Number(res1.data.voucherTotal)
         const res2 = await getShopTotalShopVoucher({ page: 1, pageSize: 9999 })
-        this.voucherAcount.duihuanRechargeTotal = Number(res2.data.rechargeTotal)
+        this.voucherAcount.duihuanRechargeTotal = Number(res2.data.voucherTotal)
       }
     },
     handleTransfer() {