Browse Source

no message

Moss 1 year ago
parent
commit
6627f6debf
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/views/mallManagement/order/sales_return_order_list/index.vue

+ 3 - 0
src/views/mallManagement/order/sales_return_order_list/index.vue

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