This commit is contained in:
dute7liang
2024-01-19 20:14:37 +08:00
parent a50057bd8c
commit b8ba8e8ce7
2 changed files with 7 additions and 1 deletions

View File

@@ -182,6 +182,12 @@ export default {
this.$refs.rechargeOrderInfo.traceIdInit(row.traceId)
})
break;
case "SYSTEM_TRANS":
this.rechargeOrderInfoVisible = true
this.$nextTick(() => {
this.$refs.rechargeOrderInfo.traceIdInit(row.traceId)
})
break;
case "GIFT":
this.userGiftInfoVisible = true
this.$nextTick(() => {