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