From 03c521a707e0012b3cc2545087652cf269b7c64a Mon Sep 17 00:00:00 2001 From: wangwei <1610949092@qq.com> Date: Mon, 2 Sep 2024 19:19:31 +0800 Subject: [PATCH] =?UTF-8?q?9/2=20=E6=98=AF=E5=90=A6=E7=8B=AC=E5=8D=A0?= =?UTF-8?q?=E5=BA=93=E5=AD=98=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/basic/workplace/addBusTypeDialog.vue | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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) {