feat: 上货业务选择跳过

yanshishuju
chenhc 9 months ago
parent 19d6ecd671
commit f91acd339f

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

Loading…
Cancel
Save