diff --git a/jero-web/src/views/otamanagement/otaAuthentication/components/rejectReason.vue b/jero-web/src/views/otamanagement/otaAuthentication/components/rejectReason.vue index 006202d76..6d34ce588 100644 --- a/jero-web/src/views/otamanagement/otaAuthentication/components/rejectReason.vue +++ b/jero-web/src/views/otamanagement/otaAuthentication/components/rejectReason.vue @@ -102,7 +102,6 @@ export default { this.confirmLoading = true getAction('/ota/otaManageApplyEO/reject', query).then((res) => { if (res.success) { - this.$message.success(this.$t('OperationSuccessful')) this.visible = false this.confirmLoading = false this.ids = []