mirror of
https://gitee.com/fit2cloud-feizhiyun/MeterSphere.git
synced 2024-12-05 05:29:29 +08:00
fix: 保存接口测试跳转
This commit is contained in:
parent
04e823646a
commit
0d3f93a71c
@ -158,7 +158,7 @@
|
|||||||
this.save(() => {
|
this.save(() => {
|
||||||
this.$success(this.$t('commons.save_success'));
|
this.$success(this.$t('commons.save_success'));
|
||||||
this.$router.push({
|
this.$router.push({
|
||||||
path: '/api/test/edit?id=' + this.test.id;
|
path: '/api/test/edit?id=' + this.test.id
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user