From a40ecf9cc55abc8dafbd19391d82040b70b590c2 Mon Sep 17 00:00:00 2001
From: chen.lin <1442464845@qq.com>
Date: 星期二, 24 二月 2026 15:55:16 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/devlop_jdxaj' into devlop_jdxaj
---
rsf-admin/src/page/work/components/StaSelect.jsx | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/rsf-admin/src/page/work/components/StaSelect.jsx b/rsf-admin/src/page/work/components/StaSelect.jsx
index 64fffb8..d033b5f 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 {
--
Gitblit v1.9.1