forked from gzzfw/frontEnd/gzDyh

liyj
2024-09-05 f159b06864c3597bc06cc77ca5dd0b1f76dcec80
gz-customerSystem/src/utils/selectOption.js
@@ -64,6 +64,25 @@
    label: '非法人组织',
  },
];
//上传材料大类
const fileOwnerCat = [
  {
    value: '22_00014-1',
    label: '申请材料',
  },
  {
    value: '22_00014-2',
    label: '证据材料',
  },
  {
    value: '22_00014-7',
    label: '办理材料',
  },
  {
    value: '22_00014-5',
    label: '结案材料',
  },
];
//上传材料类型
const fileOwnerType = [
  {
@@ -516,6 +535,17 @@
    label: '不同意' 
  },
];
// 委托关系
const agentRelate = [
  {
    value: '24_00007-1',
    label: '亲属',
  },
  {
    value: '24_00007-2',
    label: '监护人',
  },
];
// 企业类型
const enterpriseType = [
  {
@@ -796,17 +826,6 @@
  {
    value: '22_00036-10',
    label: '其他部门委托移送',
  },
];
// 委托关系
const agentRelate = [
  {
    value: '24_00007-1',
    label: '亲属',
  },
  {
    value: '24_00007-2',
    label: '监护人',
  },
];
@@ -1104,6 +1123,7 @@
  visitWay,
  personType,
  personClass,
  fileOwnerCat,
  fileOwnerType,
  sex,
  cardType,