diff --git a/src/views/basic/workplace/addBusTypeDialog.vue b/src/views/basic/workplace/addBusTypeDialog.vue index 70aedf60..94a980dd 100644 --- a/src/views/basic/workplace/addBusTypeDialog.vue +++ b/src/views/basic/workplace/addBusTypeDialog.vue @@ -156,9 +156,9 @@ - + - + @@ -397,6 +397,9 @@ export default { , formSubmit() { this.formData.workplaceCode = this.workplaceId + if (this.formData.autoTag == 0) { + this.formData.monopoly = 0 + } if (this.upData != null) { updateType(this.formData).then(res => { if (res.code == 20000) {