提交 f39a728b 编写于 作者: guangjun.yang's avatar guangjun.yang

设置状态 this.SET_IS_FROM_ASSIGN_TASK(false);

上级 fddc61ee
...@@ -674,6 +674,7 @@ export default { ...@@ -674,6 +674,7 @@ export default {
let sLength = this.sessionListData.sessionList.length; let sLength = this.sessionListData.sessionList.length;
let cIndex = sLength - 1; let cIndex = sLength - 1;
if (!this.isFromAssignTask) { if (!this.isFromAssignTask) {
this.SET_IS_FROM_ASSIGN_TASK(false);
cIndex = 0; cIndex = 0;
} }
// 第一次进入页面 // 第一次进入页面
...@@ -686,7 +687,6 @@ export default { ...@@ -686,7 +687,6 @@ export default {
this.currentToAccId = this.currentSession.toAccId; this.currentToAccId = this.currentSession.toAccId;
this.getDoctorInfo(this.currentToAccId); this.getDoctorInfo(this.currentToAccId);
this.getMSGHistory(this.currentSession); this.getMSGHistory(this.currentSession);
this.SET_IS_FROM_ASSIGN_TASK(false);
this.readAllMsg(); this.readAllMsg();
} }
if (sLength) { if (sLength) {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册