wolyshaw 4 jaren geleden
bovenliggende
commit
2431d77a52

+ 2 - 3
src/views/resetTeaming/modals/review.vue

@@ -1,7 +1,7 @@
 <template>
-  <div>
+  <div v-if="detail">
     <reviewDetail v-if="detail && detail.id" :detail="detail" />
-    <el-alert title="审核意见" :closable="false" class="alert" type="info" v-if="detail.status=='AUDITING'">
+    <el-alert style="margin: 20px 0;" title="审核意见" :closable="false" class="alert" type="info" v-if="detail.status=='AUDITING'">
     </el-alert>
     <el-input  v-if="detail.status=='AUDITING'"
       type="textarea"
@@ -30,7 +30,6 @@ export default {
   data() {
     return {
       remark: "",
-      permission
     };
   },
   methods: {

+ 1 - 0
src/views/teamDetail/components/modals/classroom-setting.vue

@@ -213,6 +213,7 @@ export default {
               list.push({
                 type: key,
                 courseType: key,
+                mineType: (this.detail ? undefined : this.activeType),
                 classGroupName: (this.studentSubmitedData?.name || this.detail?.classGroupName),
                 classGroupId: this.detail?.id,
                 musicGroupId: this.musicGroupId,