更新
This commit is contained in:
parent
e7cee42f9f
commit
fe2c5c28dc
@ -485,17 +485,24 @@ export default {
|
||||
// 获取子订单信息
|
||||
getChildOrder() {
|
||||
this.loading = true;
|
||||
getChildrenOrderApi(this.orderId)
|
||||
.then((res) => {
|
||||
this.activeName = 'detail'
|
||||
this.childOrder = res.data
|
||||
this.childOrder = []
|
||||
setTimeout(()=>{
|
||||
this.loading = false;
|
||||
},500)
|
||||
})
|
||||
.catch((res) => {
|
||||
this.$message.error(res.message)
|
||||
})
|
||||
|
||||
// this.loading = true;
|
||||
// getChildrenOrderApi(this.orderId)
|
||||
// .then((res) => {
|
||||
// this.activeName = 'detail'
|
||||
// this.childOrder = res.data
|
||||
// setTimeout(()=>{
|
||||
// this.loading = false;
|
||||
// },500)
|
||||
// })
|
||||
// .catch((res) => {
|
||||
// this.$message.error(res.message)
|
||||
// })
|
||||
},
|
||||
// 获取订单物流信息
|
||||
getOrderData() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user