Browse Source

页面更新

master
jiazhipeng 15 hours ago
parent
commit
af7953b78f
  1. 4
      subPackages/techan/order.vue

4
subPackages/techan/order.vue

@ -414,7 +414,11 @@ export default {
tempList[i].postDiscount = x.discount_price tempList[i].postDiscount = x.discount_price
}) })
this.$forceUpdate() this.$forceUpdate()
}).finally(()=>{
this.$forceUpdate()
}) })
} else {
this.$forceUpdate()
} }
}, },

Loading…
Cancel
Save