huangxw 7 月之前
父節點
當前提交
5cc6d88307
共有 1 個文件被更改,包括 1 次插入1 次删除
  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 title="拟加入专家组">
                             <template #default="{ row }">
-                                <DictTag :options="dm_person_type" :value="JSON.parse(row?.personType)"></DictTag>
+                                <DictTag :options="dm_person_type" :value="row?.personType"></DictTag>
                             </template>
                         </vxe-column>
                         <vxe-column title="工作单位" field="workUnit" :formatter="colNoData" />