소스 검색

应急监控中心云广播显示问题

wang_xy 2 년 전
부모
커밋
cbe57ec453
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/monitor.vue

+ 1 - 1
src/views/monitor.vue

@@ -553,7 +553,7 @@
       getDlblistBydeptIds() {
         let that = this;
 
-        getDlblistBydeptId(null).then(function(res) {
+        getDlblistBydeptId(that.deptId).then(function(res) {
             that.loudspeakerNum = res.data.length
           })
           .catch(function(error) {