ruoyi-ui/src/views/contacts/index.vue
@@ -575,7 +575,7 @@ /** 查看详细信息 */ handleCheck(row){ const id = row.id; this.$router.push("/tongxunlu/contacts/contactsInfo/" + id); this.$router.push("/familymodel/Contact/contactsInfo/" + id); }, /** 修改按钮操作 */ handleUpdate(row) { @@ -583,7 +583,7 @@ let jd = true this.$router.push({ path:"/tongxunlu/contacts/contactsInfo/" + id, path:"/familymodel/Contact/contactsInfo/" + id, query:{ detail:jd }