| | |
| | | import { PageLayout } from '@/components'; |
| | | import { RouterPath } from '@/constants'; |
| | | import { ApplyAgentView } from '@life-payment/components'; |
| | | import { goBack } from '@/utils'; |
| | | import type { ComponentExposed } from 'vue-component-type-helpers'; |
| | | |
| | | defineOptions({ |
| | |
| | | applyAgentViewRef.value?.handleSubmit?.(); |
| | | } |
| | | |
| | | function submit() { |
| | | function submit(consultationId: string) { |
| | | RouteHelper.navigateTo({ |
| | | url: RouterPath.applyResult, |
| | | url: `${RouterPath.applyResult}?consultationId=${consultationId}`, |
| | | }); |
| | | } |
| | | </script> |