forked from gzzfw/frontEnd/gzDyh

liyj
2024-09-05 f159b06864c3597bc06cc77ca5dd0b1f76dcec80
新增附件类型
1 files modified
22 ■■■■ changed files
gz-customerSystem/src/utils/selectOption.js 22 ●●●● patch | view | raw | blame | history
gz-customerSystem/src/utils/selectOption.js
@@ -535,6 +535,17 @@
    label: '不同意' 
  },
];
// 委托关系
const agentRelate = [
  {
    value: '24_00007-1',
    label: '亲属',
  },
  {
    value: '24_00007-2',
    label: '监护人',
  },
];
// 企业类型
const enterpriseType = [
  {
@@ -815,17 +826,6 @@
  {
    value: '22_00036-10',
    label: '其他部门委托移送',
  },
];
// 委托关系
const agentRelate = [
  {
    value: '24_00007-1',
    label: '亲属',
  },
  {
    value: '24_00007-2',
    label: '监护人',
  },
];