回答編集履歴

1

変数間違えたので修正

2020/03/19 10:02

投稿

tarouYamadaGuma
tarouYamadaGuma

スコア4

test CHANGED
@@ -52,9 +52,11 @@
52
52
 
53
53
  function clickPdfButtom(propCd, fileName) {
54
54
 
55
- testPdf("Code="+ encodeURIComponent(Code) + "&fileName=" + encodeURIComponent(fileName));
55
+ // ↓間違えた。(3/19更新箇所)
56
56
 
57
-
57
+ // testPdf("Code="+ encodeURIComponent(Code) + "&fileName=" + encodeURIComponent(fileName));
58
+
59
+ var param = "Code="+ encodeURIComponent(Code) + "&fileName=" + encodeURIComponent(fileName));
58
60
 
59
61
  getPdf(param);
60
62