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