|
|
@@ -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
|
|
|
})
|