Parcourir la source

发布选科 - 成绩查询

hare8999@163.com il y a 3 ans
Parent
commit
447a0e9385

+ 0 - 2
doc/Mind/FacultyEstimate.cs

@@ -27,8 +27,6 @@ namespace mxdemo.Mind
         public int actualClassesCount; // 实际课时
         public int missingClassesCount; // 缺少课时,正数表示缺的,负数表示超的
         public int missingTeacherCount; // 缺少老师,正负同上
-
-        public bool completed; // 是否计算结束
     }
 
     public class GroupSetting

+ 1 - 2
src/views/permission/components/round-score-query.vue

@@ -105,8 +105,7 @@ export default {
   },
   computed: {
     groupSource() {
-      console.log(this.settingModel.roundGroups)
-      return { groups: this.settingModel.roundGroups }
+      return { groups: this.groupModel.roundGroups }
     },
     groupQuery() {
       return {