feat: 上货业务选择跳过

yanshishuju
chenhc 6 months ago
parent 19d6ecd671
commit f91acd339f

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

Loading…
Cancel
Save