浏览代码

03/14 13:12

条件限制
261568008@qq.com 5 年之前
父节点
当前提交
b11db45592

文件差异内容过多而无法显示
+ 0 - 0
dist/css/CourseEvaluation.f000cc52.css


文件差异内容过多而无法显示
+ 0 - 0
dist/index.html


文件差异内容过多而无法显示
+ 0 - 0
dist/js/CourseEvaluation.d39ba27b.js


文件差异内容过多而无法显示
+ 0 - 0
dist/js/CourseEvaluation.df08e6ee.js


文件差异内容过多而无法显示
+ 0 - 0
dist/js/app.8ccc615a.js


+ 1 - 1
src/views/audition/CourseEvaluation.vue

@@ -114,7 +114,7 @@ export default {
   },
   created() {
     this.courseId = this.$route.query.id;
-    this.reviewId = this.$route.query.reviewId;
+    this.reviewId =parseInt( this.$route.query.reviewId);
     if (!this.courseId) {
       this.$toast("课程信息错误");
     }

部分文件因为文件数量过多而无法显示