From 042a675d28374ce9896feae6b4420da121da709b Mon Sep 17 00:00:00 2001 From: "zyx.net" Date: Tue, 22 Aug 2023 14:44:01 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8B=BE=E9=80=89=E4=B8=8D=E7=AC=A6=E5=90=88?= =?UTF-8?q?=E7=9A=84=E6=95=B0=E6=8D=AE=E7=82=B9=E5=87=BB=E9=80=80=E5=9B=9E?= =?UTF-8?q?=EF=BC=8C=E6=9C=89=E6=93=8D=E4=BD=9C=E6=88=90=E5=8A=9F=E7=9A=84?= =?UTF-8?q?=E6=8F=90=E7=A4=BA=E8=AF=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../otamanagement/otaAuthentication/components/rejectReason.vue | 1 - 1 file changed, 1 deletion(-) 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 = []