fix: 保存接口测试跳转
This commit is contained in:
parent
04e823646a
commit
0d3f93a71c
|
@ -158,7 +158,7 @@
|
|||
this.save(() => {
|
||||
this.$success(this.$t('commons.save_success'));
|
||||
this.$router.push({
|
||||
path: '/api/test/edit?id=' + this.test.id;
|
||||
path: '/api/test/edit?id=' + this.test.id
|
||||
})
|
||||
})
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue