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

代码逻辑有问题

上级 08c68b22
......@@ -337,9 +337,9 @@ export default {
console.log('in autoCompletionInterval');
// 将带有loading的消息转成失败的
this.messageList.forEach( item => {
if(msg.isShowLoadingIcon) {
msg.isShowLoadingIcon = false;
msg.isShowErrorIcon = true;
if(item.isShowLoadingIcon) {
item.isShowLoadingIcon = false;
item.isShowErrorIcon = true;
}
});
let flag = false, msg;
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册