From aa81a28d1caf969ec85c9b92209aa7163c714d13 Mon Sep 17 00:00:00 2001 From: shijing Date: Thu, 28 May 2026 13:27:32 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=AD=90=E5=B7=A5=E5=BA=8F=E6=97=A5?= =?UTF-8?q?=E5=BF=97=E4=B8=AD=E8=AE=BE=E5=A4=87=E6=8E=92=E9=99=A4=E5=B7=A5?= =?UTF-8?q?=E8=A3=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wpm_bx/mlog_detail.vue | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/views/wpm_bx/mlog_detail.vue b/src/views/wpm_bx/mlog_detail.vue index 17382fc7..c1970b61 100644 --- a/src/views/wpm_bx/mlog_detail.vue +++ b/src/views/wpm_bx/mlog_detail.vue @@ -700,8 +700,13 @@ export default { }, getEquipment(){ let that = this; + that.equipmentOtions = []; that.$API.em.equipment.list.req({page:0,belong_dept:that.dept}).then((res) => { - that.equipmentOtions = res; + res.forEach((item) => { + if(item.cate_name!=="工装"||item.cate_name==null){ + that.equipmentOtions.push(item); + } + }) }) }, //获取指定工序的切分数量