Commit c5f1bb72 by xiongyuwen
parents 06c3b66e 7f3dba8f
......@@ -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