30a806e3 by lihua

fix

1 parent d1d52933
......@@ -324,7 +324,7 @@ const newCreateLabelDialogInfo = ref({
labelRuleField: {
matchChValue: matchChValue.value.value,
matchEnValue: matchEnValue.value.value,
vagueMatchRule: formRows.value?.filter(f => f.matchValue != '')
vagueMatchRule: formRows.value?.filter(f => f.matchValue != '' && f.position != '' && f.name != '')
},
labelRuleContent: ruleContentFormRef.value.formInline
});
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!