|
|
@ -780,7 +780,7 @@ export default {
|
|
|
|
created() {
|
|
|
|
created() {
|
|
|
|
if (this.$route.query.workplaceId != null) {
|
|
|
|
if (this.$route.query.workplaceId != null) {
|
|
|
|
this.isLinkDisabled = true
|
|
|
|
this.isLinkDisabled = true
|
|
|
|
this.filterQuery.workPlaceCode = this.$route.query.workplaceId
|
|
|
|
// this.filterQuery.workPlaceCode = this.$route.query.workplaceId
|
|
|
|
}
|
|
|
|
}
|
|
|
|
this.findWorkPlace(this, "");
|
|
|
|
this.findWorkPlace(this, "");
|
|
|
|
getHead("prescribeSelect", "1").then((re) => {
|
|
|
|
getHead("prescribeSelect", "1").then((re) => {
|
|
|
|