788395ef by lihua

fix

1 parent a6235da4
...@@ -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?.filter(f => f.matchValue != '' && f.position != '' && f.name != '') 327 vagueMatchRule: formRows.value?.filter(f => f.matchValue!= '' || f.position!= '' || f.name != '')
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!