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; })