From 0c9fec65930ba20810d208946c52a72cfc140651 Mon Sep 17 00:00:00 2001
From: feige <feige@qq.com>
Date: 星期日, 09 四月 2023 11:29:51 +0800
Subject: [PATCH] 上传bigdata的svg

---
 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