From 23f7494d028080cd72a71278fcba3f8a40a07ec1 Mon Sep 17 00:00:00 2001
From: linwenling <3256558519@qq.com>
Date: 星期日, 27 八月 2023 21:04:59 +0800
Subject: [PATCH] 家庭资产的导出

---
 ruoyi-ui/src/views/note/index.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ruoyi-ui/src/views/note/index.vue b/ruoyi-ui/src/views/note/index.vue
index 27a6e85..1e5879e 100644
--- a/ruoyi-ui/src/views/note/index.vue
+++ b/ruoyi-ui/src/views/note/index.vue
@@ -661,7 +661,7 @@
         }, `property_${new Date().getTime()}.xlsx`)
       }
       else{
-        this.download('/zfEquipment/export1/'+Ids, {
+        this.download('family/property/export1/'+Ids, {
         }, `property_${new Date().getTime()}.xlsx`)
       }
     },

--
Gitblit v1.9.1