🎨优化一下
This commit is contained in:
parent
b4ffcdb05a
commit
95b3b7ee17
@ -190,7 +190,6 @@ async function getLogsList() {
|
|||||||
tableData.value.data = res.data.data.records;
|
tableData.value.data = res.data.data.records;
|
||||||
paginate.itemCount = res.data.data.total;
|
paginate.itemCount = res.data.data.total;
|
||||||
paginate.pageCount = res.data.data.totalPage;
|
paginate.pageCount = res.data.data.totalPage;
|
||||||
connectionList()
|
|
||||||
}
|
}
|
||||||
}catch (error) {
|
}catch (error) {
|
||||||
return error
|
return error
|
||||||
@ -232,6 +231,12 @@ async function getClientConnections() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
const initFunc = debounce(() => {
|
||||||
|
getClientConnections()
|
||||||
|
dailyPoe()
|
||||||
|
// connectionList()
|
||||||
|
},500)
|
||||||
|
|
||||||
getLogsList()
|
getLogsList()
|
||||||
dailyPoe()
|
initFunc()
|
||||||
</script>
|
</script>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user