@@ -279,8 +279,8 @@ export default new Vuex.Store({
}
if (type === 'search') {
let { site } = data;
- //tentant
- result = await this.$axios.$get(api.siteFetch);
+ //_tenant
+ result = await this.$axios.$get(api.siteFetch, {}, { _tenant: site });
return result;
},