su
su1124
2024-02-06 98134594dd66c44b66e8359d1b7d7b25624d1ec0
src/api/system/dept.js
@@ -73,3 +73,10 @@
  })
}
// 查询子部门
export function getChildList() {
  return request({
    url: '/system/dept/getChildList',
    method: 'get'
  })
}