From 4c8a3b0cc2516f215d5a88da344de849002c5fb7 Mon Sep 17 00:00:00 2001 From: shijing Date: Tue, 5 Aug 2025 15:18:35 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E8=8B=A5=E6=97=A0qct=E8=A1=A8=E5=8D=95?= =?UTF-8?q?=EF=BC=8C=E5=88=99=E7=9B=B4=E6=8E=A5=E8=8E=B7=E5=8F=96list?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wpm_bx/mlogbw_check.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/wpm_bx/mlogbw_check.vue b/src/views/wpm_bx/mlogbw_check.vue index eae9ee6f..8020b9b6 100644 --- a/src/views/wpm_bx/mlogbw_check.vue +++ b/src/views/wpm_bx/mlogbw_check.vue @@ -590,6 +590,8 @@ export default { that.$API.qm.qct.getQct.req({ material: that.material_out,type:'out',tag:'process' }).then((res) => { console.log(res) that.testdefectss(res); + }).catch(()=>{ + that.getList(); }) } }