Browse Source

fix:修改bug

hanyang 1 năm trước cách đây
mục cha
commit
cb6bdc724e
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/modules/Home/ItemList.vue

+ 1 - 0
src/modules/Home/ItemList.vue

@@ -133,6 +133,7 @@
     </a-table>
   </div>
   <TagsDetail
+    v-if="show_tags_detail"
     :visible.sync="show_tags_detail"
     :detail_audio_emotion_list="detail_audio_emotion_list"
     @cancel="handleDetailCancel"