84b134a0 by lihua

字段规则保存

1 parent 720bef39
...@@ -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 != '') 327 vagueMatchRule: formRows.value
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!