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