Browse Source

Fix trans detail dialog close button event.

pull/433/head
徐云金YunjinXu 3 years ago
parent
commit
1b6383c868
  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