广州市综治平台前端
xusd
22 hours ago bdeacb9f02dfa74bac74296a4a2c989a8e0d45ff
src/components/SelectObjModal/selectPerson.jsx
@@ -19,6 +19,7 @@
const txtMap = {
  supUnit: '组织',
  dept: '部门',
  dept_union: '部门',
  person: '人',
  unit: '组织'
}
@@ -30,6 +31,9 @@
    case 'dept':
      url = `ctUnit/unitChoose`
      break;
    case 'dept_union':
      url = `ctUnit/unitChoose4Union`
      break;
    case 'person':
      url = 'ctUser/userChoose'
      break