diff --git a/dist.zip b/dist.zip index d22f262..00bbe85 100644 Binary files a/dist.zip and b/dist.zip differ diff --git a/src/views/base-data/item/index.vue b/src/views/base-data/item/index.vue index f8e686b..f3ad35c 100644 --- a/src/views/base-data/item/index.vue +++ b/src/views/base-data/item/index.vue @@ -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)