Browse Source

服务台语音提示BUG修复

seimin 3 years ago
parent
commit
c48b1b1d50
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/app/views/fuwutai/fuwutai.component.ts

+ 1 - 1
src/app/views/fuwutai/fuwutai.component.ts

@@ -946,7 +946,7 @@ export class FuwutaiComponent implements OnInit {
946
           }
946
           }
947
           if (
947
           if (
948
             this.audioNotDispatched &&
948
             this.audioNotDispatched &&
949
-            that.unassignedListClone.length > 0 &&
949
+            that.unassignedList.length > 0 &&
950
             isAudio
950
             isAudio
951
           ) {
951
           ) {
952
             //语音播报开启
952
             //语音播报开启