Browse Source

no message

pengyh 1 năm trước cách đây
mục cha
commit
bc8d97a9e1
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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: {
     getDetail() {
-      getOrderDetail({ orderId: this.orderId }).then((res) => {
+      getOrderDetail({ orderId: this.orderId,storageId: this.orderForm.storageId }).then((res) => {
         this.orderDetail = res.data
         this.orderDetail.workerName = this.orderDetail.workerName ? this.orderDetail.workerName : '暂无'
         this.orderDetail.workerPhone = this.orderDetail.workerPhone ? this.orderDetail.workerPhone : ''