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

消息问题

上级 fb522070
...@@ -699,6 +699,7 @@ export default { ...@@ -699,6 +699,7 @@ export default {
selectSession(session, index) { selectSession(session, index) {
// 点击当前的,不再重新请求数据 // 点击当前的,不再重新请求数据
if (this.currentTaskLogId == session.taskLogId) return; if (this.currentTaskLogId == session.taskLogId) return;
this.hasNoHistoryData = false;
this.currentTaskLogId = session.taskLogId; this.currentTaskLogId = session.taskLogId;
this.currentToAccId = session.toAccId; this.currentToAccId = session.toAccId;
this.currentSession = session; this.currentSession = session;
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册