添加物流bugfix

This commit is contained in:
taozi
2023-04-09 00:16:40 +08:00
parent 0c391fcdbc
commit 1b54f87365
3 changed files with 6 additions and 3 deletions

View File

@ -44,6 +44,7 @@ export default {
name: '', // 快递公司名称
postalCode: '', // 快递编号
orderCode: '', // 订单编号
id: '', // 售后订单id
},
expressList: [],
expressPicker: [],
@ -52,6 +53,7 @@ export default {
},
mounted() {
this.expressQuery.orderCode = this.$yroute.query.orderCode
this.expressQuery.id = this.$yroute.query.id
this.getExpress()
},
methods: {