From 76db94f0aab329c28c165b7e8633a4ef26e2ec87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AB=98=E5=B5=A9?= Date: Thu, 24 Aug 2023 15:55:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9OTA=E4=B8=8B=E5=8F=91?= =?UTF-8?q?=E9=80=9A=E7=9F=A5=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/otamanagement/otaAuthentication/components/detil.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jero-web/src/views/otamanagement/otaAuthentication/components/detil.vue b/jero-web/src/views/otamanagement/otaAuthentication/components/detil.vue index ef3a9313e..ec600abe9 100644 --- a/jero-web/src/views/otamanagement/otaAuthentication/components/detil.vue +++ b/jero-web/src/views/otamanagement/otaAuthentication/components/detil.vue @@ -1051,7 +1051,7 @@ export default { content: _this.$t('notificationsent'), onOk() { let query = { - id: this.$route.query.plannedBpLaunchBatch + id: _this.$route.query.plannedBpLaunchBatch } postAction('/ota/otaManageApplyEO/issueNotice', query).then((res) => { if (res.success) {