wangfei 6 vuotta sitten
vanhempi
commit
771302edfd
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      src/views/vote/list.vue

+ 1
- 1
src/views/vote/list.vue Näytä tiedosto

@@ -165,7 +165,7 @@ export default {
165 165
       myprofile: x => x.myprofile,
166 166
       myID: s =>
167 167
         (
168
-          s.myprofile.filter(
168
+          (s.myprofile || []).filter(
169 169
             x => x.ActivityId === (s.activity || {}).ActivityId
170 170
           )[0] || {}
171 171
         ).MemberId