wupengfei
2025-06-09 6a6b899fbffe820f37e9e991f2335ef0c6b911c8
apps/taro/src/subpackages/my/applyAgent/applyAgent.vue
@@ -26,9 +26,9 @@
  applyAgentViewRef.value?.handleSubmit?.();
}
function submit(value: string) {
function submit(consultationId: string) {
  RouteHelper.navigateTo({
    url: `${RouterPath.applyResult}?promoterIdNumber=${value}`,
    url: `${RouterPath.applyResult}?consultationId=${consultationId}`,
  });
}
</script>