pengyh vor 1 Jahr
Ursprung
Commit
bc8d97a9e1
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      src/views/mallManagement/order/order_detail/index.vue

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

@@ -804,7 +804,7 @@ export default {
   },
   },
   methods: {
   methods: {
     getDetail() {
     getDetail() {
-      getOrderDetail({ orderId: this.orderId }).then((res) => {
+      getOrderDetail({ orderId: this.orderId,storageId: this.orderForm.storageId }).then((res) => {
         this.orderDetail = res.data
         this.orderDetail = res.data
         this.orderDetail.workerName = this.orderDetail.workerName ? this.orderDetail.workerName : '暂无'
         this.orderDetail.workerName = this.orderDetail.workerName ? this.orderDetail.workerName : '暂无'
         this.orderDetail.workerPhone = this.orderDetail.workerPhone ? this.orderDetail.workerPhone : ''
         this.orderDetail.workerPhone = this.orderDetail.workerPhone ? this.orderDetail.workerPhone : ''