瀏覽代碼

Merge branch '07/06musicArchives' of http://git.dayaedu.com/yonge/dy-admin-manager into 07/06musicArchives

mo 3 年之前
父節點
當前提交
6f8f504636
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/resetTeaming/components/training-photos/index.vue

+ 1 - 1
src/views/resetTeaming/components/training-photos/index.vue

@@ -7,7 +7,7 @@
       <el-button type="primary" v-if="sorting" @click="stopSort()">取消</el-button>
       <el-button type="primary" @click="openPreview()">预览</el-button>
     </div>
-    <empty v-if="activeNames && activeNames.length == 0"/>
+    <empty v-if="!yearsList.length"/>
     <el-collapse style="margin-top: 20px;" v-model="activeNames">
       <el-collapse-item v-for="ykey in yearsList" :title="ykey + '年 相册'" :key="ykey" :name="ykey">
         <empty v-if="years[ykey].length == 0"/>