ljw 1 year ago
parent
commit
b765154156
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/my/address_book/index.vue

+ 2 - 2
src/views/my/address_book/index.vue

@@ -149,7 +149,7 @@
149
 
149
 
150
   watch(() => listQuery.page_size, handlerQuery)
150
   watch(() => listQuery.page_size, handlerQuery)
151
 
151
 
152
-  watch(() => listRes.list, () => {
152
+  /*watch(() => listRes.list, () => {
153
         const peers = {}
153
         const peers = {}
154
         listRes.list.map(item => {
154
         listRes.list.map(item => {
155
           peers[item.id] = {
155
           peers[item.id] = {
@@ -170,7 +170,7 @@
170
       },
170
       },
171
       {
171
       {
172
         immediate: true,
172
         immediate: true,
173
-      })
173
+      })*/
174
 
174
 
175
 </script>
175
 </script>
176
 
176