diff --git a/src/views/wpm_gx/mlogb_check.vue b/src/views/wpm_gx/mlogb_check.vue index b26501e8..ab885b18 100644 --- a/src/views/wpm_gx/mlogb_check.vue +++ b/src/views/wpm_gx/mlogb_check.vue @@ -436,7 +436,7 @@ export default { getdefects(){ let that = this; if(that.mlogbItem.qct!==null){ - that.$API.qm.qct.getQct.req(that.mlogbItem.qct).then((res) => { + that.$API.qm.qct.item.req(that.mlogbItem.qct).then((res) => { res.qct_defects.forEach((item) => { that.defectform[item.defect_name] = 0; })