Commit 24d0462e2977fdac71639829c20b550f7ffd9e00

Authored by fengtao
1 parent 266eb4f7

fix:DEFECT-833 排列错乱了

... ... @@ -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"
... ...