src/api/system/dept.js @@ -49,4 +49,12 @@ url: '/system/dept/' + deptId, method: 'delete' }) } } // 获取运维单位下拉列表 export function deptSelect() { return request({ url: '/system/dept/all', method: 'get' }) }