Browse Source

修复直播

xgb 3 ngày trước cách đây
mục cha
commit
863f1bbeaa
1 tập tin đã thay đổi với 3 bổ sung2 xóa
  1. 3 2
      src/views/admin/live/index.vue

+ 3 - 2
src/views/admin/live/index.vue

@@ -233,10 +233,11 @@ export default {
     resetQuery() {
       this.resetForm('queryForm')
       this.queryParams.tenantId = null
-      this.handleQuery()
+      this.liveList = []
+      this.total = 0
     },
     handleView(row) {
-      getLiveInfo(row.liveId).then(response => {
+      getLiveInfo(row.videoId).then(response => {
         this.viewForm = response.data
         this.viewOpen = true
       })