下发通知修改为get方式

This commit is contained in:
zyx.net
2023-08-24 15:58:02 +08:00
parent 056d594f8b
commit 6ea2d21c0f
@@ -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 {