This commit is contained in:
dute7liang
2024-01-07 16:48:56 +08:00
parent 09d28e2b25
commit d20ae15560
3 changed files with 21 additions and 7 deletions

View File

@@ -185,7 +185,7 @@ export default {
handleInfo(row){
this.userGiftInfoVisible = true
this.$nextTick(() => {
this.$refs.userGiftInfo.traceIdInit(row.id)
this.$refs.userGiftInfo.init(row.id)
})
}
}