提交 802a11c7 编写于 作者: lyf's avatar lyf

导入成功后刷新列表

上级 961fa4d5
...@@ -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 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册