回答編集履歴
1
テキスト追加
test
CHANGED
@@ -1,25 +1,3 @@
|
|
1
|
-
|
1
|
+
(都合により削除)
|
2
2
|
|
3
|
-
```javascript
|
4
|
-
|
5
|
-
const result = _(data.file)
|
6
|
-
|
7
|
-
|
3
|
+
![イメージ説明](968913c60ac71e4393e9817c7388c9b1.png)
|
8
|
-
|
9
|
-
.mapValues((ary) =>
|
10
|
-
|
11
|
-
ary.map((e) => ({
|
12
|
-
|
13
|
-
value: e.file_code,
|
14
|
-
|
15
|
-
label: e.file_name
|
16
|
-
|
17
|
-
}))
|
18
|
-
|
19
|
-
)
|
20
|
-
|
21
|
-
.value();
|
22
|
-
|
23
|
-
```
|
24
|
-
|
25
|
-
とか。これ、[サンプル](https://codesandbox.io/s/twilight-framework-m3647) ね。
|