zengyicheng 1 年之前
父节点
当前提交
14563c6a87
共有 2 个文件被更改,包括 3 次插入2 次删除
  1. 1 1
      index.html
  2. 2 1
      src/components/pages/disAdmin/score.vue

+ 1 - 1
index.html

@@ -4,7 +4,7 @@
 <head>
     <meta charset="utf-8">
     <meta name="viewport" content="width=device-width,initial-scale=1.0">
-    <title>广东省案例征集</title>
+    <title>PBL案例征集</title>
     <link rel="shortcut icon" type="image/x-icon" href="static/logo1.ico">
     <style>
         @charset "utf-8";

+ 2 - 1
src/components/pages/disAdmin/score.vue

@@ -468,7 +468,8 @@ export default {
       var typea, typeb, typec, typed;
       for (var i = 0; i < this.CourseType[0].length; i++) {
         if (this.courseTypeId[this.CourseType[0][i].id] == "1") {
-          typeE.push(this.CourseType[0][i].id);
+          // typeE.push(this.CourseType[0][i].id);
+          typeE = []
         } else if (this.courseTypeId[this.CourseType[0][i].id] != "") {
           if (this.CourseType[0][i].name == "案例组别") {
             typea = this.courseTypeId[this.CourseType[0][i].id];