feat: Agent & Inbox Report APIs (#1391)
This commit is contained in:
parent
faaed17418
commit
eb2ded6f65
11 changed files with 102 additions and 12 deletions
|
@ -60,7 +60,7 @@ const actions = {
|
|||
});
|
||||
},
|
||||
fetchAccountSummary({ commit }, reportObj) {
|
||||
Report.getAccountSummary(1, reportObj.from, reportObj.to)
|
||||
Report.getAccountSummary(reportObj.from, reportObj.to)
|
||||
.then(accountSummary => {
|
||||
commit(types.default.SET_ACCOUNT_SUMMARY, accountSummary.data);
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue