|
@@ -9,7 +9,7 @@ const state = () => ({});
|
|
|
const mutations = {};
|
|
|
|
|
|
const actions = {
|
|
|
- async query({ commit }, { skip = 0, limit, ...info } = {}) {
|
|
|
+ async query({ commit }, { skip, limit, ...info } = {}) {
|
|
|
const res = await this.$axios.$get(`${api.test}`, {
|
|
|
skip,
|
|
|
limit,
|