🔱: [client] sync upgrade with 4 commits [trident-sync]

perf: DynamicallyCrudOptions 动态CrudOptions
refactor: doc cover
refactor: doc cover
This commit is contained in:
GitHub Actions Bot
2023-03-13 19:24:02 +00:00
parent 263b0fa455
commit f344c58f26
7 changed files with 30 additions and 34 deletions
@@ -33,7 +33,7 @@ export function DelObj(id: any) {
});
}
export function GetObj(id) {
export function GetObj(id: any) {
return request({
url: apiPrefix + "/info",
method: "get",