qinxianzhangyao
2023-12-20 30565c28ef92fbafc0247424d1d741e5d4df8c00
src/api/system/dept.js
@@ -73,3 +73,10 @@
  })
}
// 查询子部门
export function getChildList() {
  return request({
    url: '/system/dept/getChildList',
    method: 'get'
  })
}