From 90df755d258da3864af193b61ef94267dc540e10 Mon Sep 17 00:00:00 2001 From: linwenling <3256558519@qq.com> Date: 星期六, 08 四月 2023 21:56:41 +0800 Subject: [PATCH] 新增家庭设备页面 --- ruoyi-ui/src/views/note/index.vue | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ruoyi-ui/src/views/note/index.vue b/ruoyi-ui/src/views/note/index.vue index c8a0e53..e6ea2a7 100644 --- a/ruoyi-ui/src/views/note/index.vue +++ b/ruoyi-ui/src/views/note/index.vue @@ -487,7 +487,8 @@ /** 鏌ョ湅璇︾粏淇℃伅 */ handleCheck(row){ const id = row.id; - this.$router.push("/family/property/note1/propertyInfo/" + id); + + this.$router.push("/family/note1/propertyInfo/" + id); }, /** 淇敼鎸夐挳鎿嶄綔 */ handleUpdate(row) { @@ -495,7 +496,7 @@ let jd = true this.$router.push({ - path:"/family/property/note1/propertyInfo/" + id, + path:"/family/note1/propertyInfo/" + id, query:{ detail:jd } -- Gitblit v1.9.1