mirror of
https://github.com/certd/certd.git
synced 2026-05-02 19:47:26 +08:00
chore: project approve
This commit is contained in:
@@ -66,12 +66,10 @@ export async function GetUserSimpleByIds(query: any) {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
export async function ApproveJoin(id: any) {
|
export async function ApproveJoin(form: any) {
|
||||||
return await request({
|
return await request({
|
||||||
url: "/enterprise/project/approveJoin",
|
url: "/enterprise/project/approveJoin",
|
||||||
method: "post",
|
method: "post",
|
||||||
data: {
|
data: form,
|
||||||
id,
|
|
||||||
},
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user