1
wwl
2025-01-22 c4d5a6dc8561f95b1736e4a052e512a2c5322fca
src/api/system/dept.js
@@ -73,3 +73,10 @@
  })
}
// 查询子部门
export function getChildList() {
  return request({
    url: '/system/dept/getChildList',
    method: 'get'
  })
}