|
|
@@ -198,11 +198,12 @@
|
|
|
:modal-is-show="modalIsShow"
|
|
|
:modal-title="modalTitle"
|
|
|
:modal-type="modalType"
|
|
|
+ :z-index="1200"
|
|
|
@handle-ok="handleOK"
|
|
|
@handle-cancel="handleCancel"
|
|
|
/>
|
|
|
<DeviceBaseInfo @register="registerModal" :device-type="selectData['deviceType']" />
|
|
|
- <BasicModal @register="registerModal1" title="防火门控制">
|
|
|
+ <BasicModal @register="registerModal1" title="防火门控制" :z-index="1000">
|
|
|
<div class="flex justify-around mt-20px mb-20px">
|
|
|
<Button type="primary" class="w-120px" @click="setControl('frontGateOpen_S', '开启', true)">卷帘门开启</Button>
|
|
|
<Button type="primary" class="w-120px" @click="setControl('frontGateClose_S', '关闭', true)">卷帘门关闭</Button>
|