|
|
@ -516,6 +516,10 @@ export default {
|
|
|
|
let item = this.curWorkPlaces.find(item => item.workplaceId == this.$route.query.workplaceId);
|
|
|
|
let item = this.curWorkPlaces.find(item => item.workplaceId == this.$route.query.workplaceId);
|
|
|
|
this.formData.workplaceName = item.workplaceName
|
|
|
|
this.formData.workplaceName = item.workplaceName
|
|
|
|
this.formData.workplaceStatus = item.workplaceStatus
|
|
|
|
this.formData.workplaceStatus = item.workplaceStatus
|
|
|
|
|
|
|
|
}else
|
|
|
|
|
|
|
|
if (this.curWorkPlaces.length == 1 && this.formData.workPlaceCode == null) {
|
|
|
|
|
|
|
|
this.formData.workPlaceCode = this.curWorkPlaces[0].workplaceId;
|
|
|
|
|
|
|
|
this.workPlaceCodeChange(this.formData.workPlaceCode);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
})
|
|
|
|
})
|
|
|
|
},
|
|
|
|
},
|
|
|
|