mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 15:13:50 +00:00
options managed by data, not store
This commit is contained in:
@@ -20,7 +20,6 @@ let initPromise = getAccompanyingCourse(id)
|
||||
},
|
||||
state: {
|
||||
accompanyingCourse: accompanying_course,
|
||||
socialIssueOptions: [],
|
||||
errorMsg: []
|
||||
},
|
||||
getters: {
|
||||
@@ -82,10 +81,6 @@ let initPromise = getAccompanyingCourse(id)
|
||||
updateSocialIssues(state, value) {
|
||||
state.accompanyingCourse.socialIssues = value;
|
||||
},
|
||||
setSocialIssueOptions(state, value) {
|
||||
console.log('## mutation: setSocialIssueOptions', value);
|
||||
state.socialIssueOptions = value;
|
||||
},
|
||||
confirmAccompanyingCourse(state, response) {
|
||||
//console.log('### mutation: confirmAccompanyingCourse: response', response);
|
||||
state.accompanyingCourse.step = response.step;
|
||||
|
Reference in New Issue
Block a user