zhengyiming
2025-06-12 1910e9f27373b8b4da75f076762025ceb3419965
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>