fix: 接口测试保存之后跳转到接口测试列表
This commit is contained in:
parent
73774dae50
commit
5d2844c4d3
|
@ -161,6 +161,8 @@
|
||||||
this.$router.push({
|
this.$router.push({
|
||||||
path: '/api/test/edit?id=' + this.test.id
|
path: '/api/test/edit?id=' + this.test.id
|
||||||
})
|
})
|
||||||
|
} else {
|
||||||
|
this.$router.push({path: '/api/test/list/all'})
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue