This commit is contained in:
@@ -390,8 +390,6 @@ export default {
|
||||
this.formState.serverError = res.error;
|
||||
window.$gz.form.setErrorBoxErrors(this);
|
||||
} else {
|
||||
console.log("fetch raw data:", JSON.stringify(res.data));
|
||||
|
||||
this.events = res.data.map(x => {
|
||||
return {
|
||||
...x,
|
||||
@@ -409,11 +407,6 @@ export default {
|
||||
)
|
||||
};
|
||||
});
|
||||
|
||||
console.log(
|
||||
"fetch events data after processing:",
|
||||
JSON.stringify(this.events)
|
||||
);
|
||||
}
|
||||
} catch (error) {
|
||||
window.$gz.errorHandler.handleFormError(error, this);
|
||||
|
||||
Reference in New Issue
Block a user