Browse Source

空的数据提示

wolyshaw 4 years ago
parent
commit
ae73a53d59

+ 0 - 1
src/views/photo-detail/index.vue

@@ -126,7 +126,6 @@ export default {
     }
     }
   },
   },
   mounted() {
   mounted() {
-    console.log(this.$route)
     this.FetchList()
     this.FetchList()
   },
   },
   methods: {
   methods: {

+ 1 - 0
src/views/resetTeaming/components/archicesComponents/performance.vue

@@ -109,6 +109,7 @@
         <div class="name">{{item.name}}</div>
         <div class="name">{{item.name}}</div>
       </el-tooltip>
       </el-tooltip>
     </div>
     </div>
+    <empty v-if="photos.length == 0"/>
     <el-dialog
     <el-dialog
       :title="detail ? '修改展演信息' : '添加展演信息'"
       :title="detail ? '修改展演信息' : '添加展演信息'"
       :visible.sync="formVisible"
       :visible.sync="formVisible"