|
async query({ commit }, { skip = 0, limit = 10, ...info } = {}) {
|
|
async query({ commit }, { skip = 0, limit = 10, ...info } = {}) {
|
|
const res = await this.$axios.$get(api.interface, { skip, limit, ...info, project: 'market' });
|
|
const res = await this.$axios.$get(api.interface, { skip, limit, ...info, project: 'market' });
|