質問編集履歴
1
編集
test
CHANGED
File without changes
|
test
CHANGED
@@ -50,8 +50,6 @@
|
|
50
50
|
|
51
51
|
onClickDeleteGroup(group, type) {
|
52
52
|
|
53
|
-
console.log(this.props)
|
54
|
-
|
55
53
|
window.fetchJson(`/group/`, {
|
56
54
|
|
57
55
|
method: DELETE,
|
@@ -71,10 +69,6 @@
|
|
71
69
|
|
72
70
|
|
73
71
|
deleteGroup(group, type) {
|
74
|
-
|
75
|
-
console.log(group)
|
76
|
-
|
77
|
-
console.log(type)
|
78
72
|
|
79
73
|
const temp = Object.assign({}, { [type]: user[groupType].filter((g) => g.id !== group.id) }
|
80
74
|
|