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