提交 0e8e6a4c 编写于 作者: lyf's avatar lyf

轮询时刷新列表

上级 74627ea3
......@@ -472,6 +472,7 @@ export default {
this.timer = setInterval(() => {
this.getTabs();
this.search(true);
}, 60000);
// 600000
},
......@@ -481,6 +482,7 @@ export default {
return this.GET(url).then((res) => {
if (res.code == "000000") {
this.setTable(res.data);
this.tabrefresh = false;
this.$nextTick(() => {
this.tabrefresh = true;
......@@ -688,7 +690,6 @@ export default {
} else {
this.searchParam.sort = null;
}
this.search(true);
},
search(isTabs) {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册