From a07781ad0f470eabe91b9854562a59efd4ca4328 Mon Sep 17 00:00:00 2001 From: shijing Date: Thu, 27 Feb 2025 09:47:22 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E7=8E=BB=E7=BA=A4=EF=BC=9Aroute=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E6=97=B6=E6=B7=BB=E5=8A=A0=E8=BE=93=E5=87=BA=E7=89=A9?= =?UTF-8?q?=E6=96=99=E7=9A=84=E8=BF=BD=E8=B8=AA=E6=96=B9=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/mtm/route_form.vue | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/views/mtm/route_form.vue b/src/views/mtm/route_form.vue index 4f881c05..b2d17db3 100644 --- a/src/views/mtm/route_form.vue +++ b/src/views/mtm/route_form.vue @@ -145,10 +145,11 @@ clearable v-model="form.material_out_tracking" placeholder="输出物料追踪方式" + :value-on-clear="null" style="width: 100%" > - - + + @@ -247,7 +248,7 @@ const defaultForm = { div_number:1, batch_bind: false, is_autotask: true, - material_out_tracking:'' + material_out_tracking:null }; export default { props: {