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