From a99a555ef9d4a44bd62acbc74f6a82fc887c6ea5 Mon Sep 17 00:00:00 2001 From: zmj <1493694146@qq.com> Date: Mon, 13 Nov 2023 14:27:53 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/company/edit.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/company/edit.vue b/src/views/company/edit.vue index 49ed518..bb566c4 100644 --- a/src/views/company/edit.vue +++ b/src/views/company/edit.vue @@ -59,7 +59,7 @@ v-for="(item, index) in datas.dictTypeLists" :key="index" :label="item.name" - gon + :value="item.id" > @@ -211,7 +211,7 @@