字段规则保存
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -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 | }); | ... | ... |
-
Please register or sign in to post a comment