This commit is contained in:
gboy 2024-07-01 14:11:58 +08:00
parent 0f12de1586
commit 81c074b2f7
1 changed files with 2 additions and 0 deletions

View File

@ -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() {