fix(测试计划): 点击规划-执行进行创建时报错#1005980
This commit is contained in:
parent
7c1d9338b7
commit
bf02473153
|
@ -217,7 +217,7 @@ export default {
|
|||
this.$post('/test/plan/' + this.operationType, param, response => {
|
||||
this.$success(this.$t('commons.save_success'));
|
||||
this.dialogFormVisible = false;
|
||||
this.$router.push('/track/plan/view/' + response.data);
|
||||
this.$router.push('/track/plan/view/' + response.data.id);
|
||||
});
|
||||
} else {
|
||||
return false;
|
||||
|
|
Loading…
Reference in New Issue