From 31df2e12a87800c67458c205ae25511548325cdf Mon Sep 17 00:00:00 2001 From: shijing Date: Thu, 12 Mar 2026 09:05:54 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=85=89=E8=8A=AF=E8=BF=94=E5=B7=A5?= =?UTF-8?q?=E6=A3=80=E6=B5=8B=E8=A1=A8=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wpm_gx/f_mlogs_form.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/wpm_gx/f_mlogs_form.vue b/src/views/wpm_gx/f_mlogs_form.vue index 8c0fd849..83d2f716 100644 --- a/src/views/wpm_gx/f_mlogs_form.vue +++ b/src/views/wpm_gx/f_mlogs_form.vue @@ -513,7 +513,7 @@ export default { getdefects(route,material_in,material_out){ let that = this; if(that.is_fix&&that.materialFix!==null&&that.materialFix!==''){ - that.$API.qm.qct.getQct.req({material: that.materialFix,tag:'process'}).then((res) => { + that.$API.qm.qct.getQct.req({material: that.materialFix,tag:'process',type:'out'}).then((res) => { res.qct_defects.forEach((item) => { that.defectform[item.defect_name] = 0; })