From 2180a4ff39322176884c6ad6e10b947b8e87b22b Mon Sep 17 00:00:00 2001
From: zhangherong <571457620@qq.com>
Date: 星期五, 07 三月 2025 16:14:33 +0800
Subject: [PATCH] art: 设备维护,不再更新 是否生产线,是否主设备,需要在生产线那边维护此属性

---
 src/views/eam/EquipmentOfLine.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/eam/EquipmentOfLine.vue b/src/views/eam/EquipmentOfLine.vue
index 481cbf7..3b2d7ff 100644
--- a/src/views/eam/EquipmentOfLine.vue
+++ b/src/views/eam/EquipmentOfLine.vue
@@ -12,12 +12,12 @@
         <a-row :gutter="24">
           <a-col :span="6">
             <a-form-item
-              label="鍒嗙被"
+              label="璁惧鎵�灞炲垎绫�"
               :labelCol="labelCol"
               :wrapperCol="wrapperCol"
             >
               <j-dict-select-tag
-                :dictCode="'mom_eam_equipment_category,name,id,equipment_category_uda1='+'\''+caytegoryParam+'\''"
+                :dictCode="'mom_eam_equipment_category,name,id,equipment_category_uda1='+'\''+caytegoryParam+'\' and del_flag=0'"
                 placeholder="璇疯緭鍏ユ悳绱㈡潯浠跺苟閫夋嫨"
                 v-model="queryParam.equipmentCategoryId"
               />

--
Gitblit v1.9.3