Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
P
pica-admin-consultation
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
Close sidebar
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
com.pica.cloud.education.frontend
pica-admin-consultation
提交
1039769e
提交
1039769e
编写于
10月 09, 2021
作者:
张磊
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
tab status'
上级
d6dd1035
变更
4
隐藏空白字符变更
内嵌
并排
正在显示
4 个修改的文件
包含
12 行增加
和
32 行删除
+12
-32
diagnosis-live.vue
src/components/IM/diagnosis-live.vue
+3
-3
main.js
src/store/modules/main.js
+4
-1
socket.js
src/store/modules/socket.js
+1
-0
workbench.vue
src/views/IM/diagnosis-admin/workbench.vue
+4
-28
未找到文件。
src/components/IM/diagnosis-live.vue
浏览文件 @
1039769e
...
...
@@ -304,7 +304,7 @@
.
catch
(()
=>
{
this
.
$message
.
error
(
'未获取到相关信息'
);
this
.
memberList
=
[];
// this.getErr();
// this.getErr();
});
},
// 获取AppId
...
...
@@ -548,8 +548,8 @@
this
.
muteLocalAudio
();
this
.
rtc
.
leave
();
this
.
clearSession
();
window
.
location
.
href
=
'about:blank'
;
window
.
close
();
//
window.location.href = 'about:blank';
//
window.close();
},
// 结束会话
overFn
()
{
...
...
src/store/modules/main.js
浏览文件 @
1039769e
...
...
@@ -21,6 +21,7 @@ const main = {
isSuper
:
false
,
userID
:
''
,
},
currentTabStatus
:
''
,
},
mutations
:
{
updateCurrentDiagList
(
state
,
obj
)
{
...
...
@@ -84,9 +85,11 @@ const main = {
state
.
noticeList
=
obj
;
},
updateIsSuperAdmin
(
state
,
obj
)
{
console
.
log
(
'obj----11111-----'
,
obj
);
state
.
isSuperAdmin
=
obj
;
},
updateCurrentTabStatus
(
state
,
obj
)
{
state
.
currentTabStatus
=
obj
;
},
},
actions
:
{
gotoInquiry
({
commit
},
current
)
{
...
...
src/store/modules/socket.js
浏览文件 @
1039769e
...
...
@@ -27,6 +27,7 @@ const socket = {
});
socketClient
.
on
(
'diagnose_push_event'
,
(
socket
)
=>
{
const
{
list
,
allSize
,
countRespList
}
=
socket
;
console
.
log
(
'-rootState'
,
rootState
);
context
.
commit
(
'main/updateCurrentCalList'
,
countRespList
,
{
root
:
true
,
});
...
...
src/views/IM/diagnosis-admin/workbench.vue
浏览文件 @
1039769e
...
...
@@ -112,34 +112,6 @@
pageSize
:
6
,
pageNo
:
1
,
},
testlistdata
:
[
{
appointBeginTime
:
'2021-07-29T05:28:57.396Z'
,
appointEndTime
:
'2021-07-29T05:28:57.396Z'
,
department
:
'内科'
,
departmentId
:
3876
,
diagnoseLogId
:
38
,
diagnoseType
:
1
,
doctorCallKfStatus
:
1
,
doctorCallTime
:
''
,
doctorId
:
0
,
doctorMobile
:
'16789987665'
,
doctorName
:
'孙思邈'
,
doctorTrtcEntryStatus
:
1
,
imStatus
:
0
,
imTeamId
:
''
,
returnStatus
:
1
,
roomId
:
'string'
,
sort
:
0
,
status
:
0
,
userCallKfStatus
:
0
,
userCallTime
:
''
,
userId
:
0
,
userMobile
:
'12343123233'
,
userName
:
'孙思邈'
,
userTrtcEntryStatus
:
0
,
},
],
};
},
computed
:
{
...
...
@@ -168,6 +140,7 @@
};
this
.
searchParam
=
p
;
this
.
tabPosition
=
s
?
s
.
returnStatus
:
1
;
this
.
$store
.
commit
(
'main/updateCurrentTabStatus'
,
s
);
this
.
inquirySearch
(
'clear'
);
}
},
...
...
@@ -179,6 +152,7 @@
const
s
=
storejs
.
get
(
'soketQuest'
);
const
t
=
s
?
s
.
returnStatus
:
1
;
this
.
tabPosition
=
t
;
this
.
$store
.
commit
(
'main/updateCurrentTabStatus'
,
t
);
const
d
=
s
?
s
.
dateTime
:
new
Date
().
format
(
'yyyy-MM-dd'
);
this
.
searchParam
.
dateTime
=
d
;
const
id
=
...
...
@@ -191,6 +165,8 @@
s
.
returnStatus
=
val
;
this
.
searchParam
=
s
;
s
.
pageNo
=
1
;
this
.
$store
.
commit
(
'main/updateCurrentTabStatus'
,
val
);
this
.
inquirySearch
(
'tab'
);
},
changeDatetime
(
val
)
{
...
...
写
预览
Markdown
格式
0%
请重试
or
附加一个文件
附加文件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录