|
|
@@ -69,6 +69,7 @@ import { onMounted, ref } from 'vue';
|
|
|
import { getVolunteerForm } from '@/pages/dig/admin/data/volunteer';
|
|
|
import VillageApi, { VolunteerInfo } from '@/api/inhert/VillageApi';
|
|
|
import type { IDynamicFormOptions, IDynamicFormRef } from '@/components/dynamic';
|
|
|
+import { waitTimeOut } from '@imengyu/imengyu-utils';
|
|
|
|
|
|
/**
|
|
|
* 分享注册页面
|
|
|
@@ -87,6 +88,7 @@ onMounted(async () => {
|
|
|
step.value = 'error';
|
|
|
return;
|
|
|
}
|
|
|
+ await waitTimeOut(1000);
|
|
|
registerFormDefine.value = getVolunteerForm({
|
|
|
canSetCatalog: false,
|
|
|
villageId: querys.value.villageId,
|