diff --git a/jero-web/src/views/otamanagement/otaAuthentication/components/detil.vue b/jero-web/src/views/otamanagement/otaAuthentication/components/detil.vue index fe38f0e54..14d02d28c 100644 --- a/jero-web/src/views/otamanagement/otaAuthentication/components/detil.vue +++ b/jero-web/src/views/otamanagement/otaAuthentication/components/detil.vue @@ -1053,7 +1053,7 @@ export default { let query = { id: this.$route.query.plannedBpLaunchBatch } - postAction('/ota/otaManageApplyEO/issueNotice', query).then((res) => { + getAction('/ota/otaManageApplyEO/issueNotice', query).then((res) => { if (res.success) { _this.$message.success(_this.$t('OperationSuccessful')) } else {