Jelajahi Sumber

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

sunxiao 1 bulan lalu
induk
melakukan
0bb9aa4f90
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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();
       }