广州市综治平台前端
liuwh
5 days ago fa5361c6776f01975737fb5630594a9c60924fc5
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * @Company: hugeInfo
 * @Author: ldh
 * @Date: 2022-03-04 15:15:19
 * @LastEditTime: 2022-03-27 22:10:51
 * @LastEditors: ldh
 * @Version: 1.0.0
 * @Description:
 */
import AddOrEditOrganization from './AddOrEditOrganization';
import DepartmentTable from './DepartmentTable';
import PersonnelModal from './PersonModal';
import AddOrEditDept from './AddOrEditDept';
 
export { AddOrEditOrganization, DepartmentTable, PersonnelModal, AddOrEditDept };