From 8b49c32f6350880a195b789cef2381da0fd0d8f0 Mon Sep 17 00:00:00 2001 From: Agent Date: Wed, 25 Mar 2026 16:24:07 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E8=AF=AD=E6=B3=95?= =?UTF-8?q?=E9=94=99=E8=AF=AF=EF=BC=8C=E5=A4=9A=E4=BD=99=E7=9A=84=E8=8A=B1?= =?UTF-8?q?=E6=8B=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/order/create.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pages/order/create.vue b/src/pages/order/create.vue index 5582e4b..72c55e4 100644 --- a/src/pages/order/create.vue +++ b/src/pages/order/create.vue @@ -301,7 +301,6 @@ export default { } catch (e) { console.error(e) } - } } } }