Merge remote-tracking branch 'origin/dev_20230808_OTA' into dev_20230808_OTA

This commit is contained in:
zyx.net
2023-08-24 15:58:30 +08:00
@@ -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
} }
getAction('/ota/otaManageApplyEO/issueNotice', query).then((res) => { getAction('/ota/otaManageApplyEO/issueNotice', query).then((res) => {
if (res.success) { if (res.success) {