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

等数据渲染

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