mirror of https://github.com/certd/certd
🔱: [client] sync upgrade with 2 commits [trident-sync]
fix: 独立使用form表单缺失mode的问题pull/349/head
parent
85cbc16c53
commit
76b963f426
Binary file not shown.
After Width: | Height: | Size: 17 KiB |
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue