소스 검색

继续创建没有CALLID

seimin 1 년 전
부모
커밋
3ff3644f1a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      assets/js/controllers/mainCtrl.js

+ 1 - 1
assets/js/controllers/mainCtrl.js

@@ -3862,7 +3862,7 @@ function ($rootScope, $scope, $state, $translate, $localStorage, $cookieStore, $
3862 3862
               assign: 1, //派单人或组
3863 3863
               user: "", //处理人
3864 3864
               group: "", //处理组
3865
-              callID: modelData.incident.sockid || undefined, //callID
3865
+              callID: type === 'incomingCall' ? (modelData.incident.sockid || undefined) : (modelData.incident.callID || undefined), //callID
3866 3866
               incomingPhone: modelData.incident.incomingPhone || undefined, //来电电话
3867 3867
             };
3868 3868
           }