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

使用强制刷新

上级 a2b65fd7
...@@ -70,6 +70,7 @@ export default { ...@@ -70,6 +70,7 @@ export default {
this.showLoading = true; this.showLoading = true;
if (res.code === "000000") { if (res.code === "000000") {
this.projectList = res.data && res.data.data || []; this.projectList = res.data && res.data.data || [];
this.$forceUpdate();
this.$nextTick( () => { this.$nextTick( () => {
this.showLoading = false; this.showLoading = false;
}) })
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册