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