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