From abb72ed0fc3358620960329f6bd10c8a012a71e9 Mon Sep 17 00:00:00 2001
From: qushaowei <qushaowei@163.com>
Date: 星期五, 29 十二月 2023 15:02:47 +0800
Subject: [PATCH] Merge branch 'master' of http://117.34.109.166:18448/r/vue_mdc_430 into develop

---
 src/views/eam/modules/maintenancePlan/EquipmentMaintenancePlanForm.vue |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/views/eam/modules/maintenancePlan/EquipmentMaintenancePlanForm.vue b/src/views/eam/modules/maintenancePlan/EquipmentMaintenancePlanForm.vue
index 399bc98..7938c7f 100644
--- a/src/views/eam/modules/maintenancePlan/EquipmentMaintenancePlanForm.vue
+++ b/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>

--
Gitblit v1.9.3