mirror of https://github.com/certd/certd
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();
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue