@@ -611,6 +611,9 @@ export default {
})
this.goodsList = data.orderDetails;
+ getOrderCodeList({orderId: this.$route.query.orderId}).then(res => {
+ this.codeList = res.data;
+ })
}