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