修改会员没有及时刷新
This commit is contained in:
parent
5e3d3c91f1
commit
8a9889d188
|
|
@ -189,7 +189,7 @@ function paySuccess() {
|
|||
payCarddialogVisible.value = false
|
||||
recharge.value = false
|
||||
moneys.value = 0
|
||||
|
||||
asyncqueryMembermember()
|
||||
emit('paySuccess')
|
||||
}
|
||||
|
||||
|
|
@ -319,6 +319,8 @@ const datarow = ref(0) //初始化右边
|
|||
const cellclicktableData = (row, column, cell, event) => {
|
||||
const index = tableData.list.findIndex(item => item.id == row.id)
|
||||
datarow.value = index
|
||||
MemberAccount()
|
||||
|
||||
}
|
||||
|
||||
const handleCurrentChange = (val) => { //页码
|
||||
|
|
|
|||
Loading…
Reference in New Issue