11 提交测试
@@ -168,7 +168,7 @@ export default {
this.$toast("提交成功");
setTimeout(() => {
this.$router.push({
- path: "/studyReport",
+ path: "/reportDetail",
query: { classGroupId: this.classGroupId }
});
}, 2000);