lrf402788946 пре 5 година
родитељ
комит
5061636564
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/store.js

+ 1 - 1
src/store.js

@@ -304,7 +304,7 @@ export default new Vuex.Store({
       }
       if (type === 'search') {
         let { id } = data;
-        result = await this.$axios.$get(api.fetch, {}, { id: id });
+        result = await this.$axios.$get(api.fetch, { id: id });
       }
       return result;
     },