فهرست منبع

Merge branch '01/21VipReset' into online

wolyshaw 4 سال پیش
والد
کامیت
088cf1d6af
3فایلهای تغییر یافته به همراه7 افزوده شده و 2 حذف شده
  1. 2 1
      src/views/main/reminders/index.vue
  2. 1 1
      src/views/studentManager/components/teamAndcourse.vue
  3. 4 0
      src/views/teamDetail/teamList.vue

+ 2 - 1
src/views/main/reminders/index.vue

@@ -22,7 +22,8 @@
         path: '/business/teamDetail',
         path: '/business/teamDetail',
         query: {
         query: {
           filter_type: item.errorType,
           filter_type: item.errorType,
-          search: (item.result || []).join(',')
+          search: (item.result || []).join(','),
+          organId: search.organId || undefined,
         }
         }
       })"
       })"
       style="width: 100%;color: #303133;"
       style="width: 100%;color: #303133;"

+ 1 - 1
src/views/studentManager/components/teamAndcourse.vue

@@ -131,7 +131,7 @@
                             width="180px"
                             width="180px"
                             label="上课时间">
                             label="上课时间">
               <template slot-scope="scope">
               <template slot-scope="scope">
-                {{ scope.row.courseSchedule.classDate | dayjsFormat }} 
+                {{ scope.row.courseSchedule.classDate | dayjsFormat }}
                 {{
                 {{
                   scope.row.courseSchedule.startClassTime | dayjsFormatMinute
                   scope.row.courseSchedule.startClassTime | dayjsFormatMinute
                 }}-{{
                 }}-{{

+ 4 - 0
src/views/teamDetail/teamList.vue

@@ -337,6 +337,10 @@ export default {
     closeStudens
     closeStudens
   },
   },
   mounted () {
   mounted () {
+    const { query } = this.$route
+    if (query.organId) {
+      this.topForm.orgin = query.organId
+    }
     this.init();
     this.init();
   },
   },
   activated () {
   activated () {