lvkun996 3 лет назад
Родитель
Сommit
14af1d3161
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/pages/rts/record/index.vue

+ 1 - 1
src/pages/rts/record/index.vue

@@ -213,7 +213,7 @@ const getStreamList = async () => {
 
 
 const getRecordList = async () => {
 const getRecordList = async () => {
   state.recordLoading = true
   state.recordLoading = true
-  const { data } = await RtsController.listRecord(state.type)
+  const { data } = await RtsController.listRecord(recordState.type)
   state.recordLoading = false
   state.recordLoading = false
   state.recordDataSource = data
   state.recordDataSource = data
 }
 }