新增:issue负责人变更为一对多

This commit is contained in:
2023-02-07 17:47:28 +08:00
parent 587facfb3d
commit 241bbc06ca
6 changed files with 49 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
json.total_count @assigners.total_count
json.assigners @assigners.each do |assigner|
json.partial! 'api/v1/users/simple_user', locals: { user: assigner}
end