修改OTA下发通知按钮

This commit is contained in:
高嵩
2023-08-24 15:55:18 +08:00
parent 3cbad2d8ed
commit 76db94f0aa
@@ -1051,7 +1051,7 @@ export default {
content: _this.$t('notificationsent'), content: _this.$t('notificationsent'),
onOk() { onOk() {
let query = { let query = {
id: this.$route.query.plannedBpLaunchBatch id: _this.$route.query.plannedBpLaunchBatch
} }
postAction('/ota/otaManageApplyEO/issueNotice', query).then((res) => { postAction('/ota/otaManageApplyEO/issueNotice', query).then((res) => {
if (res.success) { if (res.success) {