|
@@ -9,7 +9,7 @@ export const state = () => ({});
|
|
export const mutations = {};
|
|
export const mutations = {};
|
|
export const actions = {
|
|
export const actions = {
|
|
async getModule({ commit }, { type, data }) {
|
|
async getModule({ commit }, { type, data }) {
|
|
- let result = await this.$axios.$get(_.get(api, type), data);
|
|
|
|
|
|
+ let result = await this.$axios.$get(_.get(api, type), { ...data, is_use: '0' });
|
|
return result;
|
|
return result;
|
|
},
|
|
},
|
|
};
|
|
};
|