调整请求参数
This commit is contained in:
parent
a84c9035a7
commit
9c48c653d0
@ -116,7 +116,7 @@ export default {
|
|||||||
} else {
|
} else {
|
||||||
this.formModel.right = null;
|
this.formModel.right = null;
|
||||||
}
|
}
|
||||||
createRunPlan(this.$route.query.mapId, this.formModel).then(res => {
|
createRunPlan(this.$route.query.planId, this.formModel).then(res => {
|
||||||
console.log(res);
|
console.log(res);
|
||||||
this.doClose()
|
this.doClose()
|
||||||
}).catch(error => {
|
}).catch(error => {
|
||||||
|
Loading…
Reference in New Issue
Block a user