|
@@ -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 }) {
|