guoxiaohuan 4 years ago
parent
commit
2926a5f11c
1 changed files with 5 additions and 0 deletions
  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>