修改会员没有及时刷新

This commit is contained in:
魏啾 2024-03-25 17:07:31 +08:00
parent 5e3d3c91f1
commit 8a9889d188
1 changed files with 3 additions and 1 deletions

View File

@ -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) => { //