lkk
2024-12-26 a51f6cabf6919be2916cfc0b62c856c64b4f93c9
src/api/system/dept.js
@@ -73,3 +73,10 @@
  })
}
// 查询子部门
export function getChildList() {
  return request({
    url: '/system/dept/getChildList',
    method: 'get'
  })
}