提交 030b58f8 编写于 作者: yafei.li's avatar yafei.li

Merge branch 'feat/lyf' into 'develop'

导入成功后刷新列表

See merge request com.pica.cloud.education.frontend/pica.cloud.web-education-admin!292
...@@ -1071,6 +1071,8 @@ export default { ...@@ -1071,6 +1071,8 @@ export default {
setTimeout(() => { setTimeout(() => {
this.progressFlag = false; this.progressFlag = false;
this.statFlg = true; this.statFlg = true;
this.searchList();
}, 2000); }, 2000);
} }
return res.data.status; return res.data.status;
...@@ -1105,6 +1107,7 @@ export default { ...@@ -1105,6 +1107,7 @@ export default {
setTimeout(() => { setTimeout(() => {
this.progressFlag = false; this.progressFlag = false;
this.statFlg = true; this.statFlg = true;
this.searchList()
}, 2000); }, 2000);
} }
return res.data.status; return res.data.status;
...@@ -1666,7 +1669,7 @@ export default { ...@@ -1666,7 +1669,7 @@ export default {
.stat-result { .stat-result {
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
width: 300px; width: 360px;
.failure { .failure {
color: #e63c3c; color: #e63c3c;
} }
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册