Browse Source

no message

linwenxin 1 năm trước cách đây
mục cha
commit
0639789f36
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 }