ruoyi-ui/src/views/bignote/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
ruoyi-ui/src/views/bignote/index.vue
@@ -430,7 +430,7 @@ /** 查看详细信息 */ handleCheck(row){ const id = row.id; this.$router.push("/family1/bignote1/familyeventInfo/" + id); this.$router.push("/family1/bignote/familyeventInfo/" + id); }, /** 修改按钮操作 */ handleUpdate(row) { @@ -438,7 +438,7 @@ let jd = true this.$router.push({ path:"/family1/bignote1/familyeventInfo/" + id, path:"/family1/bignote/familyeventInfo/" + id, query:{ detail:jd } @@ -513,4 +513,3 @@ } }; </script>