zhouwx
2025-07-10 a3e2f79627593d5ad29f3cd11b4f9ef53b0ec0c2
src/api/orgStructure/depart.js
@@ -9,6 +9,15 @@
    })
}
export function getDepartByPage(params) {
    return request({
        url: '/system/dept/pageList',
        method: 'get',
        params: params
    })
}
export function saveDepart(data) {
    return request({
        url: '/system/dept/save',