guoxiaohuan %!s(int64=5) %!d(string=hai) anos
pai
achega
2926a5f11c
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  1. 5 0
      src/views/evaluate/evCard.vue

+ 5 - 0
src/views/evaluate/evCard.vue

@@ -145,6 +145,11 @@ export default {
     },
     mounted() {
         this.getAppealId()
+    },
+    watch: {
+        cardList(n, o) {
+            this.getAppealId()
+        }
     }
 }
 </script>