From 934b3374ee33ea37656fda229e25dc1d6ed61d7d Mon Sep 17 00:00:00 2001 From: feige <feige@qq.com> Date: 星期五, 07 四月 2023 18:42:19 +0800 Subject: [PATCH] show.vue 把全部的formdata替换为了individualList bignote/index.js 里面把getFamilyeventInfo里面的/family/zfEvent/{id}修改为了/family/zfEvent/ --- 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