|
@@ -10,8 +10,8 @@ const state = () => ({});
|
|
|
const mutations = {};
|
|
|
|
|
|
const actions = {
|
|
|
- async query({ commit }, { skip = 0, limit = undefined, ...info } = {}) {
|
|
|
- const res = await this.$axios.$get(api.interface, { skip, limit, ...info });
|
|
|
+ async query({ commit }, { skip = 0, limit = undefined, isdel = '0', ...info } = {}) {
|
|
|
+ const res = await this.$axios.$get(api.interface, { skip, limit, isdel, ...info });
|
|
|
return res;
|
|
|
},
|
|
|
async create({ commit }, payload) {
|