Apply 1 suggestion(s) to 1 file(s)

このコミットが含まれているのは:
tusooa 2022-11-09 19:32:49 +00:00 committed by HJ
コミット b28cdf2cbd
1個のファイルの変更0行の追加1行の削除

ファイルの表示

@ -14,7 +14,6 @@ const StaffPanel = {
computed: {
groupedStaffAccounts () {
const staffAccounts = map(this.staffAccounts, this.findUserByName).filter(_ => _)
console.log(staffAccounts)
const groupedStaffAccounts = groupBy(staffAccounts, 'role')
return [