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