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