Forráskód Böngészése

2024.08.20
- 用户提现申请页修复字段赋值

zweiqin 7 hónapja
szülő
commit
387ec83f6e

+ 2 - 4
src/views/finance/application/components/DetailModal.vue

@@ -171,8 +171,7 @@ export default {
         // acquirerId: '',
         withdrawalId: ''
       },
-      recordList: [],
-      recordTotal: 0
+      recordList: []
     }
   },
   methods: {
@@ -185,8 +184,7 @@ export default {
       const res2 = await getUserWater({ userId: this.withdrawalInfo.buyerUserId })
       this.watherInfo = res2.data
       const res3 = await getCommissionAll({ ...this.recordQuery, withdrawalId: this.withdrawalInfo.withdrawalId })
-      this.recordList = res3.data.list
-      this.recordTotal = res3.data.total
+      this.recordList = res3.data
     },
     handleOpen(params = {}) {
       this.formData = Object.assign(this.$options.data().formData, params)