refine infinite scroll - infiniteStart is a ref variable and infiniteAcctData is a computed one.
This commit is contained in:
@@ -46,6 +46,7 @@ export default defineComponent({
|
||||
if(acctMgmtStore.deleteAccount(acctMgmtStore.currentViewingUser.username)){
|
||||
toast.success(i18next.t("AcctMgmt.MsgAccountDeleteSuccess"));
|
||||
modalStore.closeModal();
|
||||
await acctMgmtStore.getAllUserAccounts();
|
||||
router.push("/account/account-admin");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user