提交 ce1203b4 编写于 作者: Q q4speed

修复保存后无法重新创建的问题

上级 d1a46869
......@@ -114,6 +114,9 @@
saveTest: function () {
this.save(() => {
this.$success(this.$t('commons.save_success'));
this.$router.push({
path: '/api/test/edit?id=' + this.test.id
})
})
},
runTest: function () {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册