Jelajahi Sumber

修改新闻部分

lrf402788946 5 tahun lalu
induk
melakukan
5061636564
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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;
     },