lrf402788946 %!s(int64=4) %!d(string=hai) anos
pai
achega
b654544137
Modificáronse 1 ficheiros con 4 adicións e 5 borrados
  1. 4 5
      src/components/excel-term-lesson.vue

+ 4 - 5
src/components/excel-term-lesson.vue

@@ -152,11 +152,10 @@ export default {
     },
     //点击更换教师
     tdClick(date, cla, termid, batchid) {
-      const {lessons} = cla;
-      let r = lessons.find(f=>f.date === date);
-      if(r) {
-        
-      }
+      const { lessons } = cla;
+      let r = lessons.find(f => f.date === date);
+      // if (r) {
+      // }
       console.log(date, cla, termid, batchid);
     },
   },