mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 00:12:15 +00:00
improved error message
This commit is contained in:
@@ -141,7 +141,8 @@ export default {
|
||||
.allSettled(
|
||||
this.prestudentIds.map(prestudent_id => this.$fhcApi.post(
|
||||
'api/frontend/v1/stv/status/addStudent/' + prestudent_id,
|
||||
data
|
||||
data,
|
||||
{ errorHeader: prestudent_id }
|
||||
))
|
||||
)
|
||||
.then(this.showFeedback);
|
||||
@@ -223,7 +224,8 @@ export default {
|
||||
.allSettled(
|
||||
this.prestudentIds.map(prestudent_id => this.$fhcApi.post(
|
||||
'api/frontend/v1/stv/status/changeStatus/' + prestudent_id,
|
||||
data
|
||||
data,
|
||||
{ errorHeader: prestudent_id }
|
||||
))
|
||||
)
|
||||
.then(this.showFeedback);
|
||||
|
||||
Reference in New Issue
Block a user