Просмотр исходного кода

Merge branch 'hotfix/bay' of SEEC-II-FrontEnd-Team/SEEC-II-FrontEnd into develop

WuXinyu 7 лет назад
Родитель
Сommit
13a5e2823c
1 измененных файлов с 10 добавлено и 0 удалено
  1. 10 0
      src/views/teacher/Review/index.vue

+ 10 - 0
src/views/teacher/Review/index.vue

@@ -259,6 +259,16 @@ export default {
         this.adjustMaxDate("reviewDdlConfig", newValue);
         this.adjustMaxDate("reviewDdlConfig", newValue);
         this.adjustMaxDate("argueDdlConfig", newValue);
         this.adjustMaxDate("argueDdlConfig", newValue);
       }
       }
+    },
+    documentHwId(newValue) {
+      if (newValue) {
+        const selectedDoc = this.docHomework.find(
+          doc => String(doc.id) === String(newValue)
+        );
+        if (selectedDoc) {
+          this.startAtConfig.minDate = String(selectedDoc.startAt);
+        }
+      }
     }
     }
   },
   },
   methods: {
   methods: {