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