From 11216e255463e038d6bca97310444d00335acc8e Mon Sep 17 00:00:00 2001 From: shijing Date: Fri, 15 May 2026 17:06:12 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E6=9D=A5=E6=96=99=E6=9C=AA=E5=AE=8C?= =?UTF-8?q?=E6=88=90=E5=90=88=E6=89=B9=E6=97=B6=E4=B9=9F=E5=8F=AF=E9=80=89?= =?UTF-8?q?=E6=8B=A9=E6=B8=85=E9=99=A4=E7=BC=BA=E9=99=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wpm_gx/inm.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/wpm_gx/inm.vue b/src/views/wpm_gx/inm.vue index 6aa4ef78..30ceb469 100644 --- a/src/views/wpm_gx/inm.vue +++ b/src/views/wpm_gx/inm.vue @@ -340,6 +340,7 @@ export default { let obj = {}; obj.wm = item.id; obj.batch = item.batch; + obj.state = item.state; obj.defect = item.defect; obj.material = item.material; obj.count_canhandover = item.count_canhandover;