Showing
1 changed file
with
1 additions
and
1 deletions
| ... | ... | @@ -10,7 +10,7 @@ |
| 10 | 10 | <BasicForm @register="registerForm"> |
| 11 | 11 | <template #alarmContactSlot="{ model, field }"> |
| 12 | 12 | <p style="display: none">{{ field }}</p> |
| 13 | - <p>{{ orgFunc(model['organizationId']) }}</p> | |
| 13 | + <p style="display: none">{{ orgFunc(model['organizationId']) }}</p> | |
| 14 | 14 | <a-select |
| 15 | 15 | placeholder="请选择告警联系人" |
| 16 | 16 | mode="multiple" | ... | ... |