Commit 9d2c07a1 authored by 滑稽刘's avatar 滑稽刘 Committed by Gitee
Browse files

添加售后详情状态显示,添加订单根据id查询

parent 7ff311b6
......@@ -261,8 +261,11 @@ export default {
if(this.listQuery.orderId){
detailOrder(this.listQuery.orderId).then(response => {
this.list = [];
this.list.push(response.data.data.order)
this.listLoading = false
if(response.data.data.order){
this.list.push(response.data.data.order);
this.total = 1;
this.listLoading = false
}
}).catch(() => {
this.list = []
this.total = 0
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment