forked from gzzfw/frontEnd/gzDyh

dminyi
2024-08-16 e4a96c9f1d07f283c0205f8306ccdf892bddf9e8
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,