|
@@ -587,7 +587,7 @@ export default {
|
|
|
this.getCodeDetail2()
|
|
|
},
|
|
|
getCodeDetail2() {
|
|
|
- getCodeDetail2({ orderId: this.editOrderId || this?.order_cp?.orderId || "" }).then(async res => {
|
|
|
+ getCodeDetail2({ orderId: this.editOrderId || this?.order_cp?.orderRefundId || "" }).then(async res => {
|
|
|
for (var item of res.data) {
|
|
|
item.specs = { goodsMaterialSpecsName: item.specsName }
|
|
|
item.material = { name: item.materialName }
|