From 9ee05321e8ce1d2fdce3dfa6329a4d7061c3f81a Mon Sep 17 00:00:00 2001 From: caoqianming Date: Thu, 21 Dec 2023 21:25:10 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=95=BF=E7=99=BD=E7=8F=AD=E5=92=8C?= =?UTF-8?q?=E4=B8=A4=E5=80=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wpm/worktask_form.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/wpm/worktask_form.vue b/src/views/wpm/worktask_form.vue index aec425d8..db3e2228 100644 --- a/src/views/wpm/worktask_form.vue +++ b/src/views/wpm/worktask_form.vue @@ -1170,7 +1170,7 @@ export default { this.shiftOptions = []; if(this.activeType == "10车间"){ res.forEach(item=>{ - if(item.rule=='三倒'){ + if(item.rule=='两倒'){ this.shiftOptions.push(item); } })