src/views/equipmentManagement/defectManagement/index.vue
@@ -43,7 +43,7 @@ <el-dialog title="登记设备缺陷" v-model="showRegisterDialog" width="50%"> <el-form :model="defectForm" :rules="defectRules" ref="defectFormRef" label-width="100px"> <el-form-item label="设备名称" prop="deviceName"> <el-select v-model="defectForm.deviceLedgerId" @change="setDeviceModel"> <el-select v-model="defectForm.deviceLedgerId" @change="setDeviceModel" filterable> <el-option v-for="(item, index) in deviceOptions" :key="index"