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