mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-24 09:50:39 +00:00
- Client list
- Context menu
This commit is contained in:
@@ -57,7 +57,7 @@ const actions = {
|
||||
})
|
||||
|
||||
axios
|
||||
.get('/api/oasis/invoices/clients')
|
||||
.get('/api/oasis/clients')
|
||||
.then(response => {
|
||||
commit('LOADING_STATE', {loading: false, data: response.data})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user