mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-15 15:37:33 +08:00
support sort account
This commit is contained in:
@@ -174,6 +174,11 @@ export default {
|
||||
subAccounts
|
||||
});
|
||||
},
|
||||
moveAccount: ({ newDisplayOrders }) => {
|
||||
return axios.post('v1/accounts/move.json', {
|
||||
newDisplayOrders,
|
||||
});
|
||||
},
|
||||
deleteAccount: ({ id }) => {
|
||||
return axios.post('v1/accounts/delete.json', {
|
||||
id
|
||||
|
||||
Reference in New Issue
Block a user