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