fix(测试计划): 点击规划-执行进行创建时报错#1005980

This commit is contained in:
shiziyuan9527 2021-08-19 16:44:36 +08:00 committed by 刘瑞斌
parent 7c1d9338b7
commit bf02473153
1 changed files with 1 additions and 1 deletions

View File

@ -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;