fix: 接口测试保存之后跳转到接口测试列表

This commit is contained in:
shiziyuan9527 2020-07-21 22:13:01 +08:00
parent 73774dae50
commit 5d2844c4d3
1 changed files with 2 additions and 0 deletions

View File

@ -161,6 +161,8 @@
this.$router.push({
path: '/api/test/edit?id=' + this.test.id
})
} else {
this.$router.push({path: '/api/test/list/all'})
}
})
},