ruoyi-ui/src/views/pet/index.vue @@ -1065,6 +1065,7 @@ /** 查看详细信息 */ handleCheck(row){ const id = row.id; this.open2 = false; this.$router.push("/familymodel/pet/petInfo/" + id); },