Browse Source

feat: 通话计时增加101状态开启

sunxiao 1 tháng trước cách đây
mục cha
commit
0bb9aa4f90
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/store/modules/voice.js

+ 1 - 1
src/store/modules/voice.js

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