forked from gzzfw/frontEnd/gzDyh

dminyi
2024-08-17 f62d77d4b1eb8b6a751d99fe761af2b056bb4ac1
gz-customerSystem/src/utils/selectOption.js
@@ -72,6 +72,18 @@
    label: '非法人组织',
  },
];
//上传材料类型
const sourceType = [
  {
    value: '09_01010-1',
    label: '申请材料',
  },
  {
    value: '09_01010-2',
    label: '证据材料',
  },
];
// 性别
const sex = [
  {
@@ -1003,6 +1015,7 @@
  mediateType,
  personType,
  personClass,
  sourceType,
  sex,
  agentClass,
  cardType,