![]()
{
this.orderList = res.data;
this.innerorder = true;
+ this.ratelist = {}
if (row.orderStatus == 'EVALUATED') {
- this.ratelist = {}
- selectOrderEvaluate(id).then(res => {
- if (res.data) {
- this.ratelist = res.data
- }
- })
- } else {
- this.ratelist = {}
- }
+ this.ratelist = res.data.orderEvaluatePictureInfoList
+ } else {}
});
},
// 查看录入物流单号弹框