|
@@ -369,6 +369,7 @@ export default {
|
|
|
updateData (priceType) {
|
|
|
// 价格类型变更
|
|
|
if (priceType != this.$route.params.priceType) {
|
|
|
+ this.getOrderDetail(true)
|
|
|
this.$router.push({ name: 'salesEdit', params: { id: this.orderId, sn: this.salesBillSn, priceType: priceType } })
|
|
|
} else {
|
|
|
this.getOrderDetail(true)
|
|
@@ -808,10 +809,6 @@ export default {
|
|
|
})
|
|
|
}
|
|
|
},
|
|
|
- deactivated () {
|
|
|
- // this.dataSource = []
|
|
|
- // this.showPage = false
|
|
|
- },
|
|
|
beforeRouteEnter (to, from, next) {
|
|
|
next(vm => {})
|
|
|
}
|