调整请求参数
This commit is contained in:
parent
a84c9035a7
commit
9c48c653d0
@ -116,7 +116,7 @@ export default {
|
||||
} else {
|
||||
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);
|
||||
this.doClose()
|
||||
}).catch(error => {
|
||||
|
Loading…
Reference in New Issue
Block a user