Browse Source

Merge pull request #433 from wooln/fix-trans-detail-dialog-close

Fix trans detail dialog close button event.
pull/435/head
yedf2 3 years ago
committed by GitHub
parent
commit
e6315e07d9
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      admin/src/views/Dashboard/GlobalTransactions/_Components/DialogTransactionDetail.vue

2
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() => {

Loading…
Cancel
Save