transformValue to payload, body and method

This commit is contained in:
2021-05-21 18:24:32 +02:00
parent 132f11298e
commit 21cc0007fb
2 changed files with 29 additions and 6 deletions

View File

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