Commit aff28358 by zhangzhongjie

修复thredId变量重复定义

parent 706c6df7
......@@ -413,8 +413,8 @@ export default {
}
}
// 获取fileid对应得threadId
const threadId = res.data.result.threadId;
this.threadId = threadId.toString();
// const threadId = res.data.result.threadId;
this.threadId = res.data.result.threadId.toString();
this.forceRerenders(); // 强制从新渲染函数
console.log(this.threadId, 3232);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment