From af7953b78f5a3b8cf699d8177a14cb111da586aa Mon Sep 17 00:00:00 2001 From: jiazhipeng Date: Mon, 20 Oct 2025 09:47:59 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- subPackages/techan/order.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/subPackages/techan/order.vue b/subPackages/techan/order.vue index 62fdaf8..bb7dc93 100644 --- a/subPackages/techan/order.vue +++ b/subPackages/techan/order.vue @@ -414,7 +414,11 @@ export default { tempList[i].postDiscount = x.discount_price }) this.$forceUpdate() + }).finally(()=>{ + this.$forceUpdate() }) + } else { + this.$forceUpdate() } },