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