forked from gzzfw/frontEnd/gzDyh

liyj
2024-08-29 cd7e95a798c87723d9aad70ba8a0b1483cb5e2c9
gz-customerSystem/src/utils/selectOption.js
@@ -65,7 +65,7 @@
  },
];
//上传材料类型
const sourceType = [
const fileOwnerType = [
  {
    value: '22_00018-101',
    label: '申请材料',
@@ -647,7 +647,7 @@
  },
];
// 任务节点执行者类型
const operType = [
const taskCandeType = [
  {
    value: 1,
    label: '所有人',
@@ -1059,45 +1059,52 @@
const obj = {
  caseCanal,
  mediateType,
  visitWay,
  personType,
  personClass,
  sourceType,
  fileOwnerType,
  sex,
  agentClass,
  cardType,
  mediateError,
  refuseSign,
  job,
  nation,
  agentType,
  caseStatus,
  signResult,
  dispSource,
  dispType,
  dispHandle,
  process,
  mediResult,
  meetType,
  meetWay,
  joinUserType,
  dispType,
  auditResult,
  // VVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVV 暂时用不到,防止以后会用的,先保留 VVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVV
  mediateType,
  agentClass,
  job,
  noticeWay,
  fileStatus,
  operType,
  taskCandeType,
  realStatus,
  recordStatus,
  crowd,
  caseSource,
  // VVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVV旧系统下拉框,临时保留VVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVV
  mediateError,
  refuseSign,
  signResult,
  dispSource,
  dispHandle,
  joinUserType,
  faceStatus,
  judicProcess,
  judicStatus,
  judicResult,
  judicError,
  judicReturn,
  recordStatus,
  crowd,
  caseSource,
  selectdata,
  fulfilSitu,
  mediFalseCause,
  auditResult,
};
export default obj;