edit
This commit is contained in:
parent
0f12de1586
commit
81c074b2f7
|
@ -534,8 +534,10 @@ export default {
|
|||
getExpress(this.orderId).then(async res => {
|
||||
this.result = res.data
|
||||
}).catch(res => {
|
||||
this.result = []
|
||||
this.$message.error(res.message)
|
||||
})
|
||||
|
||||
},
|
||||
//发送货
|
||||
toSendGoods() {
|
||||
|
|
Loading…
Reference in New Issue