Browse Source

no message

Moss 1 year ago
parent
commit
6627f6debf

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

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