修改
This commit is contained in:
parent
01df720218
commit
66b87cf8a9
@ -741,7 +741,6 @@ export default {
|
||||
},
|
||||
// 查看商品信息
|
||||
seeOrder(row) {
|
||||
console.log(row);
|
||||
const id = row.orderNo;
|
||||
getGoodsOrderlist(id).then((res) => {
|
||||
this.orderList = res.data;
|
||||
@ -753,6 +752,8 @@ export default {
|
||||
this.ratelist = res.data;
|
||||
}
|
||||
});
|
||||
} else {
|
||||
this.ratelist = {};
|
||||
}
|
||||
});
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user