diff --git a/admin/src/views/Dashboard/GlobalTransactions/_Components/DialogTransactionDetail.vue b/admin/src/views/Dashboard/GlobalTransactions/_Components/DialogTransactionDetail.vue index 9ccfe40..b1b0a28 100644 --- a/admin/src/views/Dashboard/GlobalTransactions/_Components/DialogTransactionDetail.vue +++ b/admin/src/views/Dashboard/GlobalTransactions/_Components/DialogTransactionDetail.vue @@ -62,7 +62,7 @@ const open = async(gid: string) => { } const close = async() => { - open(_gid); + visible.value = false; } const refresh = async() => {