linwenxin 1 rok temu
rodzic
commit
47c5964bc9

+ 2 - 2
src/views/mallManagement/order/sales_return_order_list/index.vue

@@ -654,11 +654,11 @@ export default {
           const dData = res.data;
           this.formData.deliveryId = dData.deliveryId;
           this.formData.deliverStorageName = dData.storageStockName;
-          dData.orderDetails.forEach(item => {
+          dData.orderDetailSendList.forEach(item => {
             item.waitRefundNum = item.sendNum;
             item.waitRefundPrice = item.price;
           })
-          this.goodsList = dData.orderDetails;
+          this.goodsList = dData.orderDetailSendList;
           getOrderDetail({ orderId: dData.orderId }).then((res) => {
             const oData = res.data;
             this.formData.orderId = oData.orderId;