liqk 3 years ago
parent
commit
d6beccf21f
1 changed files with 1 additions and 2 deletions
  1. 1 2
      TEAMModelOS/ClientApp/src/view/mycourse/student/Student.vue

+ 1 - 2
TEAMModelOS/ClientApp/src/view/mycourse/student/Student.vue

@@ -47,7 +47,7 @@
             </Dropdown>
         </div>
         <vuescroll style="height:100%;">
-            <Alert @on-close="isClose = true" v-show="!isClose" show-icon type="warning" style="margin-bottom:0px" closable>
+            <Alert v-show="!isStuList" show-icon type="warning" style="margin-bottom:0px" closable>
                 {{$t('cusMgt.groupTips')}}
             </Alert>
             <Table :columns="isStuList ? listColumn : classColumn" :data="students" @on-selection-change="(selections)=>{delSelection = selections}" class="system-classroom-table" :loading="stuLoading" :no-data-text="$t('cusMgt.noStu')">
@@ -140,7 +140,6 @@ export default {
             editIndex: -1,
             delSelection: [],
             stuLoading: false,
-            isClose: false,
             classColumn: [
                 {
                     title: ' ',