dedsudiyu 5 days ago
parent
commit
f799fbfb14
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/alarmWindow/AlertModal.vue

+ 1 - 1
src/components/alarmWindow/AlertModal.vue

@@ -167,7 +167,7 @@ export default {
           "pageSize": 10
           "pageSize": 10
         }
         }
         const res = await getVideoList(obj)
         const res = await getVideoList(obj)
-        if(res.data.list[0]){
+        if(res.data.records[0]){
           this.$set(this,'videoData',{
           this.$set(this,'videoData',{
             width: 400, //(宽度:非必传-默认600)
             width: 400, //(宽度:非必传-默认600)
             height: 210, //(高度:非必传-默认338)
             height: 210, //(高度:非必传-默认338)