mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-16 16:07:33 +08:00
support clear all user data
This commit is contained in:
@@ -159,6 +159,11 @@ export default {
|
||||
password
|
||||
});
|
||||
},
|
||||
clearData: ({ password }) => {
|
||||
return axios.post('v1/data/clear.json', {
|
||||
password
|
||||
});
|
||||
},
|
||||
getTransactionOverview: ( { today, thisWeek, thisMonth, thisYear } ) => {
|
||||
const queryParams = [];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user