huangxw 7 mesi fa
parent
commit
5cc6d88307
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/views/authority/info/index.vue

+ 1 - 1
src/views/authority/info/index.vue

@@ -51,7 +51,7 @@
                         </vxe-column>
                         </vxe-column>
                         <vxe-column title="拟加入专家组">
                         <vxe-column title="拟加入专家组">
                             <template #default="{ row }">
                             <template #default="{ row }">
-                                <DictTag :options="dm_person_type" :value="JSON.parse(row?.personType)"></DictTag>
+                                <DictTag :options="dm_person_type" :value="row?.personType"></DictTag>
                             </template>
                             </template>
                         </vxe-column>
                         </vxe-column>
                         <vxe-column title="工作单位" field="workUnit" :formatter="colNoData" />
                         <vxe-column title="工作单位" field="workUnit" :formatter="colNoData" />