diff --git a/packages/ui/src/renderer/src/page/MainLayout/GeekAutoStartChatWithBoss/index.vue b/packages/ui/src/renderer/src/page/MainLayout/GeekAutoStartChatWithBoss/index.vue index 1361a4e..1298296 100644 --- a/packages/ui/src/renderer/src/page/MainLayout/GeekAutoStartChatWithBoss/index.vue +++ b/packages/ui/src/renderer/src/page/MainLayout/GeekAutoStartChatWithBoss/index.vue @@ -78,7 +78,15 @@
筛选条件遍历方式
- + >() const handleSubmit = async () => { gtagRenderer('save_config_and_launch_clicked', { - has_dingtalk_robot_token: !!formContent.value?.dingtalkRobotAccessToken + has_dingtalk_robot_token: !!formContent.value?.dingtalkRobotAccessToken, + expect_job_name_reg_exp_str: formContent.value?.expectJobNameRegExpStr, + expect_job_type_reg_exp_str: formContent.value?.expectJobTypeRegExpStr, + expect_job_desc_reg_exp_str: formContent.value?.expectJobDescRegExpStr, + crjf_type: formContent.value?.combineRecommendJobFilterType, + crjf_cc: currentAnyCombineRecommendJobFilterCombinationCount.value?.toLocaleString?.() }) + // remove the obsolete filter - expectJobRegExpStr formContent.value.expectJobRegExpStr = undefined try { await formRef.value!.validate()