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

导入成功后刷新列表

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