调整请求参数

This commit is contained in:
zyy 2020-02-13 13:59:10 +08:00
parent a84c9035a7
commit 9c48c653d0

View File

@ -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 => {