enable fetch post/delete socialIssues

This commit is contained in:
2021-05-21 18:58:57 +02:00
parent 21cc0007fb
commit 69ecc42055
2 changed files with 6 additions and 7 deletions

View File

@@ -180,13 +180,12 @@ let initPromise = getAccompanyingCourse(id)
},
updateSocialIssues({ commit }, { payload, body, method }) {
//console.log('## action: payload', { payload, body, method });
//postSocialIssue(id, body, method)
//.then(response => new Promise((resolve, reject) => {
// console.log('response', response);
postSocialIssue(id, body, method)
.then(response => new Promise((resolve, reject) => {
console.log('response', response);
commit('updateSocialIssues', payload);
// resolve();
//})).catch((error) => { commit('catchError', error) });
resolve();
})).catch((error) => { commit('catchError', error) });
},
confirmAccompanyingCourse({ commit }) {
//console.log('## action: confirmAccompanyingCourse');