下发通知修改为get方式
This commit is contained in:
@@ -1053,7 +1053,7 @@ export default {
|
|||||||
let query = {
|
let query = {
|
||||||
id: this.$route.query.plannedBpLaunchBatch
|
id: this.$route.query.plannedBpLaunchBatch
|
||||||
}
|
}
|
||||||
postAction('/ota/otaManageApplyEO/issueNotice', query).then((res) => {
|
getAction('/ota/otaManageApplyEO/issueNotice', query).then((res) => {
|
||||||
if (res.success) {
|
if (res.success) {
|
||||||
_this.$message.success(_this.$t('OperationSuccessful'))
|
_this.$message.success(_this.$t('OperationSuccessful'))
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user