diff --git a/src/frontend/src/views/strategy-manage/strategy-create/components/step1/index.vue b/src/frontend/src/views/strategy-manage/strategy-create/components/step1/index.vue index 868dd317..c5e7ac9f 100644 --- a/src/frontend/src/views/strategy-manage/strategy-create/components/step1/index.vue +++ b/src/frontend/src/views/strategy-manage/strategy-create/components/step1/index.vue @@ -555,7 +555,7 @@ // 获取审计参数(自定义规则审计、引入模型审计) const fields = comRef.value.getFields(); // 非联表不需要link_table参数 - if (fields.configs.config_type !== 'LinkTable') { + if (fields.configs.config_type !== 'LinkTable' && fields.configs.data_source) { fields.configs.data_source.link_table = null; } // 合并参数 diff --git a/src/frontend/src/views/strategy-manage/strategy-create/components/step2/components/event-info-table.vue b/src/frontend/src/views/strategy-manage/strategy-create/components/step2/components/event-info-table.vue index c2e38186..3f3ddaad 100644 --- a/src/frontend/src/views/strategy-manage/strategy-create/components/step2/components/event-info-table.vue +++ b/src/frontend/src/views/strategy-manage/strategy-create/components/step2/components/event-info-table.vue @@ -45,14 +45,15 @@ + :select="select" + :strategy-type="strategyType" />