Browse Source

临时班无法预排课

1
mo 4 years ago
parent
commit
1c20db37b8
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/views/teamDetail/components/memberClassList.vue

+ 2 - 1
src/views/teamDetail/components/memberClassList.vue

@@ -365,7 +365,8 @@ export default {
               item.type != "HIGH" &&
               item.type != "DEMO" &&
               item.type != "HIGH_ONLINE" &&
-              item.type != "MUSIC_NETWORK"
+              item.type != "MUSIC_NETWORK"&&
+              item.type != "SNAP"
             ) {
               this.activeSingleList.push(item);
             }