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

轮询时刷新列表

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