up
This commit is contained in:
@@ -149,7 +149,7 @@
|
|||||||
|
|
||||||
watch(() => listQuery.page_size, handlerQuery)
|
watch(() => listQuery.page_size, handlerQuery)
|
||||||
|
|
||||||
watch(() => listRes.list, () => {
|
/*watch(() => listRes.list, () => {
|
||||||
const peers = {}
|
const peers = {}
|
||||||
listRes.list.map(item => {
|
listRes.list.map(item => {
|
||||||
peers[item.id] = {
|
peers[item.id] = {
|
||||||
@@ -170,7 +170,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
immediate: true,
|
immediate: true,
|
||||||
})
|
})*/
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user