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) {