d1d52933 by lihua

空行不保存

1 parent cd982463
......@@ -324,7 +324,7 @@ const newCreateLabelDialogInfo = ref({
labelRuleField: {
matchChValue: matchChValue.value.value,
matchEnValue: matchEnValue.value.value,
vagueMatchRule: formRows.value
vagueMatchRule: formRows.value?.filter(f => f.matchValue != '')
},
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!