lyh
2025-07-11 75b875f7538bf7700684c2eb2582c2d8f0aa8675
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() {