forked from gzzfw/frontEnd/gzDyh

liuwh
2024-09-09 e92ddbcdc1cb990de02621bccfa62cc067afd3b9
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) {
@@ -142,7 +142,7 @@
        unmountOnExit={true}
        maskClosable={false}
      >
        <DetailDialog editData={editData} />
        <DetailDialog editData={editData} personData={data} />
      </Modal>
    </Fragment>
  );