From 8771a72e87a551113d7c69f109e2f462dd4325f3 Mon Sep 17 00:00:00 2001 From: "zyx.net" Date: Thu, 24 Aug 2023 15:23:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=89=B9=E9=87=8F=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE=E6=8F=90=E7=A4=BA=E8=AF=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../otaAuthentication/components/batSetting.vue | 5 +++-- .../otamanagement/otaAuthentication/components/detil.vue | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/jero-web/src/views/otamanagement/otaAuthentication/components/batSetting.vue b/jero-web/src/views/otamanagement/otaAuthentication/components/batSetting.vue index 5f4dec75d..53e0042a2 100644 --- a/jero-web/src/views/otamanagement/otaAuthentication/components/batSetting.vue +++ b/jero-web/src/views/otamanagement/otaAuthentication/components/batSetting.vue @@ -164,11 +164,12 @@ export default { this.confirmLoading = true postAction('/ota/otaManageApplyEO/updateVdrBatch', query).then((res) => { if (res.success) { - this.$message.success(this.$t('OperationSuccessful')) + // this.$message.success(this.$t('OperationSuccessful')) this.visible = false this.confirmLoading = false this.ids = [] - this.$emit('getList') + this.$emit('msgForm',res.result.msgList) + // this.$emit('getList') } else { this.$message.warning(this.$t('operationFailed')) this.confirmLoading = false diff --git a/jero-web/src/views/otamanagement/otaAuthentication/components/detil.vue b/jero-web/src/views/otamanagement/otaAuthentication/components/detil.vue index ef3a9313e..fe38f0e54 100644 --- a/jero-web/src/views/otamanagement/otaAuthentication/components/detil.vue +++ b/jero-web/src/views/otamanagement/otaAuthentication/components/detil.vue @@ -247,7 +247,7 @@ @showSizeChange="SizeChange" /> - +