mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-25 00:24:35 +00:00
fix handleSystemError is not a function
This commit is contained in:
@@ -51,6 +51,7 @@ export default {
|
||||
.studstatus.leitung.getPrestudents(evt.query, this.abortController.signal)
|
||||
.then(result => {
|
||||
this.data = result.data;
|
||||
this.abortController = null;
|
||||
})
|
||||
.catch(error => {
|
||||
if (this.abortController instanceof AbortController
|
||||
@@ -58,7 +59,7 @@ export default {
|
||||
{
|
||||
this.abortController.abort();
|
||||
}
|
||||
this.$fhcApi.handleSystemError(error);
|
||||
this.$fhcAlert.handleSystemError(error);
|
||||
});
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user