mirror of
https://github.com/certd/certd.git
synced 2026-04-23 19:57:27 +08:00
🔱: [client] sync upgrade with 3 commits [trident-sync]
build: publish success fix: 修复表单全屏的bug
This commit is contained in:
@@ -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 });
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user