This commit is contained in:
ljw
2024-09-24 19:40:35 +08:00
parent 4e9a033a58
commit b765154156
+2 -2
View File
@@ -149,7 +149,7 @@
watch(() => listQuery.page_size, handlerQuery)
watch(() => listRes.list, () => {
/*watch(() => listRes.list, () => {
const peers = {}
listRes.list.map(item => {
peers[item.id] = {
@@ -170,7 +170,7 @@
},
{
immediate: true,
})
})*/
</script>