diff --git a/src/credit/company/index.tsx b/src/credit/company/index.tsx index f0bbee0..2d9a875 100644 --- a/src/credit/company/index.tsx +++ b/src/credit/company/index.tsx @@ -345,7 +345,7 @@ export default function CreditCompanyPage() { if (staffList.length) return setStaffLoading(true) try { - const res = await listUsers({ isStaff: true } as any) + const res = await listUsers({ isAdmin: true } as any) setStaffList((res || []) as User[]) } catch (e) { console.error('加载员工列表失败:', e)