浏览代码

reactor:6 综合查询新增字段和查询条件;

zhangchong 6 月之前
父节点
当前提交
694cfa35bc
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      src/layout/navBars/breadcrumb/zgTel.vue

+ 5 - 0
src/layout/navBars/breadcrumb/zgTel.vue

@@ -2213,6 +2213,11 @@ const checkLogin = async () => {
 			m_strJobNum.value = <string>result.staffNo; // 工号
 			m_strSkillId.value = result.queueId; // 技能组
 			signTime.value = result.second ?? 0; // 签入时长
+			globalState.currentTel = {
+				telNo: m_strUserNo.value,
+				telGroup: m_strSkillId.value,
+				jobNum: m_strJobNum.value,
+			};
 		} else {
 			userAlreadyLogin.value = false;
 		}