|
@@ -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 : ''
|