@@ -268,7 +268,7 @@ const useVoiceStore = defineStore('voice', () => {
}
// 座席接通呼入电话
- if ( workStatus === 10 ) {
+ if ( workStatus === 10 || workStatus === 101 ) {
isShowTimer.value = true;
timer.start();