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