forked from gzzfw/frontEnd/gzDyh

zhangyongtian
2024-09-11 b42b6be06e1029a4c83c122b6a94c9210f26b9e0
gz-customerSystem/src/components/personCard/index.jsx
@@ -32,7 +32,7 @@
  }
  let isAgent = false
  let isAgentFor = false
  const typeList = data.map(item => {
  const typeList = data?.map(item => {
    return item.perType
  })//获取有多少申请人和被申请人
  if (typeList.indexOf('15_020008-1') != -1) {