From 5788b746cda7e909565e1bb532481ea3b7b72b45 Mon Sep 17 00:00:00 2001 From: shijing Date: Wed, 5 Feb 2025 16:55:40 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E7=8E=BB=E7=BA=A4route=E4=B8=AD=E6=89=B9?= =?UTF-8?q?=E6=AC=A1=E6=A0=A1=E9=AA=8C=E9=BB=98=E8=AE=A4false?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/mtm/route_form.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/mtm/route_form.vue b/src/views/mtm/route_form.vue index ead4e9e3..ab9b74c7 100644 --- a/src/views/mtm/route_form.vue +++ b/src/views/mtm/route_form.vue @@ -231,7 +231,7 @@ const defaultForm = { material_out:'', hour_work:0, div_number:1, - batch_bind: true, + batch_bind: false, is_autotask: true, }; export default {