Browse Source

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

wang_xy 2 năm trước cách đây
mục cha
commit
cbe57ec453
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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) {