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() } },