下发通知修改为get方式
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user