From b2ad4e4aa11206b53f36c5c65c9d29d756b160f6 Mon Sep 17 00:00:00 2001
From: skyouc
Date: 星期六, 30 八月 2025 13:26:19 +0800
Subject: [PATCH] 站点功能优化

---
 rsf-admin/src/page/work/components/StaSelect.jsx |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/rsf-admin/src/page/work/components/StaSelect.jsx b/rsf-admin/src/page/work/components/StaSelect.jsx
index 73217b9..64fffb8 100644
--- a/rsf-admin/src/page/work/components/StaSelect.jsx
+++ b/rsf-admin/src/page/work/components/StaSelect.jsx
@@ -47,7 +47,7 @@
                     .map((item) => {
                         return {
                             id: item.site,
-                            name: item.site
+                            name: item.site$
                         }
                     }));
             } else {
@@ -68,7 +68,7 @@
             source={name}
             choices={list}
             isLoading={loading}
-            optionValue='id'
+            optionValue='name'
             optionText='name'
             {...parmas}
         />

--
Gitblit v1.9.1