框架优化
This commit is contained in:
@@ -4,7 +4,7 @@ export const useTeams = () => {
|
||||
// 获取团队列表
|
||||
const fetchTeams = async (params = {}) => {
|
||||
try {
|
||||
const result = await supabaseService.get('teams', {
|
||||
const result = await SupabaseService.select('teams', {
|
||||
select: `
|
||||
id,
|
||||
name,
|
||||
|
||||
Reference in New Issue
Block a user