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