From 51a38d87ed04b9079c161fc6edb13fc67d8834ca Mon Sep 17 00:00:00 2001 From: shijing Date: Thu, 29 May 2025 10:56:59 +0800 Subject: [PATCH] fix:gx --- src/views/wpm_gx/mlogb_check.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; })