241c5248 by lihua

空行不保存

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