mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-17 16:24:25 +08:00
support delete account
This commit is contained in:
@@ -174,4 +174,9 @@ export default {
|
||||
subAccounts
|
||||
});
|
||||
},
|
||||
deleteAccount: ({ id }) => {
|
||||
return axios.post('v1/accounts/delete.json', {
|
||||
id
|
||||
});
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user