浏览代码

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

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) {