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

fix: 独立使用form表单缺失mode的问题
pull/349/head
GitHub Actions Bot 2025-07-25 19:27:15 +00:00
parent 85cbc16c53
commit 76b963f426
2 changed files with 2 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

View File

@ -26,6 +26,8 @@ export default async function ({ crudExpose }: CreateCrudOptionsProps): Promise<
] ]
}); });
console.log("dict", statusDict.data);
const remoteDict = dict({ const remoteDict = dict({
url: "/mock/dicts/OpenStatusEnum", url: "/mock/dicts/OpenStatusEnum",
immediate: false immediate: false