diff --git a/src/views/collect/IoCreateOrder.vue b/src/views/collect/IoCreateOrder.vue index 645a830e..4c5af532 100644 --- a/src/views/collect/IoCreateOrder.vue +++ b/src/views/collect/IoCreateOrder.vue @@ -2054,7 +2054,7 @@ export default { this.orderFormData.workPlaceCode = Number(this.$route.query.workplaceId); this.orderFormData.splitBusType = "YPCF002" } else { - if (this.orderQuery != null) { + if (this.orderQuery.workPlaceCode != null) { this.orderFormData.workPlaceCode = String(this.orderQuery.workPlaceCode); // if (this.orderQuery.splitBusType != null){ // this.orderFormData.busType = this.orderQuery.splitBusType;