質問編集履歴
2
コメント追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -31,7 +31,7 @@
|
|
31
31
|
responseType : 'json'
|
32
32
|
}).then(function (response) {
|
33
33
|
res_data = response.data;
|
34
|
-
//ここ
|
34
|
+
//ここが空になる
|
35
35
|
console.log(res_data)
|
36
36
|
}).catch(function (error) {
|
37
37
|
console.log(error);
|
1
記載漏れ
test
CHANGED
File without changes
|
test
CHANGED
@@ -32,7 +32,7 @@
|
|
32
32
|
}).then(function (response) {
|
33
33
|
res_data = response.data;
|
34
34
|
//ここでから
|
35
|
-
console.log(res
|
35
|
+
console.log(res_data)
|
36
36
|
}).catch(function (error) {
|
37
37
|
console.log(error);
|
38
38
|
});
|