src/views/eam/equipment/modules/EamEquipmentModal.vue
@@ -99,7 +99,7 @@ <a-row> <a-col :span="customSpan"> <a-form-model-item label="系统"> <a-input placeholder="请输入系统" :disabled="Boolean(+model.operationSystem)" v-model="model.system"/> <a-input placeholder="请输入系统" :disabled="!Boolean(+model.operationSystem)" v-model="model.system"/> </a-form-model-item> </a-col> <a-col :span="customSpan"> @@ -351,9 +351,6 @@ edit: '/eam/equipment/edit' } } }, created() { this.loadAllProductionTree() }, methods: { add() {