Browse Source

控制系统状态设置

yuhan 4 months ago
parent
commit
b3bc1b9689

+ 1 - 1
src/views/module_interLock/baseInterLock/modules/BaseInterLockModal.vue

@@ -68,7 +68,7 @@
             <div style="display: flex;align-items: center;">
               <span style="width: 100px;">正常状态:</span>
               <a-input-group compact>
-                <a-select v-model="model.controlSystemStatusNormal" style="width: 15%">
+                <a-select v-model="model.controlSystemStatusNormal" style="width: 15%" @change="controlNormalChange">
                   <a-select-option value="0"> 0 </a-select-option>
                   <a-select-option value="1"> 1 </a-select-option>
                 </a-select>