From cd9e2edc8e55b8071a708feb8992480e0b50da4d Mon Sep 17 00:00:00 2001 From: Agent Date: Tue, 24 Mar 2026 10:01:41 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E9=87=8D=E5=A4=8D?= =?UTF-8?q?=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/order/create.vue | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/pages/order/create.vue b/src/pages/order/create.vue index 5361d4c..4d765b7 100644 --- a/src/pages/order/create.vue +++ b/src/pages/order/create.vue @@ -199,19 +199,12 @@ export default { this.orderItems.push({ productId: product.productId, - productName: product.name, - price: product.price, - quantity: 1 - }) - this.calcAmount() - }, productName: product.name, spec: product.spec, unit: product.unit, price: product.price, quantity: 1 }) - this.calcAmount() }, removeItem(index) {