Explorar el Código

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

wang_xy hace 2 años
padre
commit
cbe57ec453
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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) {