mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-15 15:37:33 +08:00
migrate session list page /user security page to composition API and typescript
This commit is contained in:
@@ -451,9 +451,7 @@ function save(): void {
|
||||
|
||||
saving.value = true;
|
||||
|
||||
rootStore.updateUserProfile({
|
||||
profile: newProfile.value
|
||||
}).then(response => {
|
||||
rootStore.updateUserProfile(newProfile.value.toProfileUpdateRequest()).then(response => {
|
||||
saving.value = false;
|
||||
|
||||
doAfterProfileUpdate(response.user);
|
||||
|
||||
Reference in New Issue
Block a user