From 55cb96da2ad3c94221b86306e4d1fc80f713096d Mon Sep 17 00:00:00 2001 From: “linengliang” <vanSuperEnergy@163.com> Date: 星期二, 02 一月 2024 11:01:41 +0800 Subject: [PATCH] 小修改 --- 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