lrf402788946 4 年之前
父節點
當前提交
5a7c1d4f4c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      store/student.js

+ 1 - 1
store/student.js

@@ -67,7 +67,7 @@ const actions = {
     return res;
   },
   async computedIsFine({ commit }, payload) {
-    const res = await this.$axios.$delete(`${api.computedIsFine}/${payload}`);
+    const res = await this.$axios.$get(`${api.computedIsFine}/${payload}`);
     return res;
   },
   async mergeRequest({ commit, dispatch }, { method, data }) {