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

chore:
This commit is contained in:
GitHub Actions Bot
2024-11-07 19:24:59 +00:00
parent 575416a16d
commit 08854e0ab9
@@ -29,7 +29,7 @@ export default defineComponent({
// 页面打开后获取列表数据
onMounted(async () => {
await useFsAsync({ crudBinding, crudRef,crudExpose, context, createCrudOptions });
await useFsAsync({ crudBinding, crudRef, crudExpose, context, createCrudOptions });
await crudExpose.doRefresh();
});