main
parent
b4d931834d
commit
a082015468
|
|
@ -213,7 +213,6 @@ export default {
|
||||||
handleSuccess(response, file, fileList, crud) {
|
handleSuccess(response, file, fileList, crud) {
|
||||||
this.crud.notify(response.toString(), CRUD.NOTIFICATION_TYPE.SUCCESS)
|
this.crud.notify(response.toString(), CRUD.NOTIFICATION_TYPE.SUCCESS)
|
||||||
crud.toQuery()
|
crud.toQuery()
|
||||||
|
|
||||||
},
|
},
|
||||||
handleErr(err, file, fileList) {
|
handleErr(err, file, fileList) {
|
||||||
this.crud.notify(err.toString(), CRUD.NOTIFICATION_TYPE.ERROR)
|
this.crud.notify(err.toString(), CRUD.NOTIFICATION_TYPE.ERROR)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue