linwenxin hace 1 año
padre
commit
0639789f36
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/mallManagement/order/order_refund/index.vue

+ 1 - 1
src/views/mallManagement/order/order_refund/index.vue

@@ -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 }