xgb пре 3 дана
родитељ
комит
863f1bbeaa
1 измењених фајлова са 3 додато и 2 уклоњено
  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
       })