From fe2076854a4997b11d759b8bcdbf1171bfbcec6f Mon Sep 17 00:00:00 2001
From: guanqb <18720758508@163.com>
Date: Wed, 31 Jan 2024 16:56:28 +0800
Subject: [PATCH] 公司管理样式修改

---
 src/views/property/components/propertyEdit.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/property/components/propertyEdit.vue b/src/views/property/components/propertyEdit.vue
index 85e0c4f..cdd9f0e 100644
--- a/src/views/property/components/propertyEdit.vue
+++ b/src/views/property/components/propertyEdit.vue
@@ -30,7 +30,7 @@
 
                 <div v-if="item.choicesType == 0">
                     <div v-for="(item1, index1) in item.subjectOptionList" :key="index1">
-                        <el-radio v-model="item.chooseId" :label="item1.id">{{ item1.optionName }}</el-radio>
+                        <el-radio v-model="item1.ids" :label="item1.id">{{ item1.optionName }}</el-radio>
                     </div>
                 </div>
 

--
Gitblit v1.9.3