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

build: publish success
fix: 修复表单全屏的bug
This commit is contained in:
GitHub Actions Bot
2024-12-03 19:26:18 +00:00
parent 43961c1c18
commit 844c4bf983
3 changed files with 17 additions and 5 deletions
@@ -148,6 +148,7 @@ export default async function ({ crudExpose, context }: CreateCrudOptionsProps):
placeholder: "异步计算远程获取options",
options: asyncCompute({
async asyncFn(watchValue: any, context: GetContextFn) {
message.info("asyncCompute 获取options");
const url = "/mock/dicts/OpenStatusEnum?remote";
return await requestForMock({ url });
}