“linengliang”
2023-12-18 08bb85ea6e67dcef3c378fa73db060d4e279e7d6
src/views/eam/modules/maintenancePlan/EquipmentMaintenancePlanForm.vue
@@ -70,7 +70,7 @@
            <a-button
              type='primary'
              @click='standardSelect'
              :disabled="formDisabled"
              :disabled="formDisabled||model.type===null||model.type===undefined||model.type===''"
              icon="plus"
            >设备-保养标准
            </a-button>
@@ -79,7 +79,8 @@
      </a-tab-pane>
    </a-tabs>
    <standard-select
      @selectionRows='selectionRows'
      @selectionEquipmentRows='selectionRows'
      :maintenanceType="model.type"
      ref='standardSelectModel'
    ></standard-select>
  </a-spin>