|
@ -35,8 +35,6 @@ const actions = { |
|
|
getSchoolSigns({ commit }, params) { |
|
|
getSchoolSigns({ commit }, params) { |
|
|
return new Promise((resolve, reject) => { |
|
|
return new Promise((resolve, reject) => { |
|
|
showLoading(); |
|
|
showLoading(); |
|
|
console.log('SCHOOL_SIGNS: ', SCHOOL_SIGNS); |
|
|
|
|
|
|
|
|
|
|
|
http |
|
|
http |
|
|
.post(SCHOOL_SIGNS, params) |
|
|
.post(SCHOOL_SIGNS, params) |
|
|
.then(res => { |
|
|
.then(res => { |
|
|