修改会员没有及时刷新
This commit is contained in:
@@ -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) => { //页码
|
||||
|
||||
Reference in New Issue
Block a user