222
wwl
2025-01-11 20597e952095f7183e9a0e344bb1505420616dc9
src/api/system/dept.js
@@ -73,3 +73,10 @@
  })
}
// 查询子部门
export function getChildList() {
  return request({
    url: '/system/dept/getChildList',
    method: 'get'
  })
}