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