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