Skip to content

Commit

Permalink
fix: 修复表单全屏的bug
Browse files Browse the repository at this point in the history
  • Loading branch information
greper committed Dec 3, 2024
1 parent bd847f7 commit 649b6ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/views/crud/basis/compute/crud.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 });
}
Expand Down

0 comments on commit 649b6ad

Please sign in to comment.