|
|
@ -691,9 +691,11 @@ export default {
|
|
|
|
this.isLinkDisabled = true
|
|
|
|
this.isLinkDisabled = true
|
|
|
|
this.formData.workPlaceCode = Number(this.$route.query.workplaceId);
|
|
|
|
this.formData.workPlaceCode = Number(this.$route.query.workplaceId);
|
|
|
|
this.formData.workplaceId = Number(this.$route.query.workplaceId);
|
|
|
|
this.formData.workplaceId = Number(this.$route.query.workplaceId);
|
|
|
|
|
|
|
|
if(this.workPlaceClass == 1) {
|
|
|
|
this.getWorkBindBusTypes(this.formData.workPlaceCode);
|
|
|
|
this.getWorkBindBusTypes(this.formData.workPlaceCode);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
</script>
|
|
|
|
</script>
|
|
|
|
|
|
|
|
|
|
|
|