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

perf: dict.getNodesByValues 修改为单例模式也可以运行,无需配置prototype,优化性能
chore: 各ui支持table-select
This commit is contained in:
GitHub Actions Bot
2023-09-09 19:24:09 +00:00
parent 9788aefcc1
commit 8701303012
98 changed files with 322 additions and 99 deletions
@@ -35,7 +35,7 @@ export function DelObj(id: any) {
export function GetObj(id: any) {
return request({
url: apiPrefix + "/info",
url: apiPrefix + "/get",
method: "get",
params: { id }
});