فهرست منبع

修改新闻部分

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;
     },