fix:修改巡检报表模板管理access_token为accessToken
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -493,7 +493,7 @@ layui.define(['table', 'form', 'laydate', 'laytpl', 'common', 'sessions', 'xmSel | @@ -493,7 +493,7 @@ layui.define(['table', 'form', 'laydate', 'laytpl', 'common', 'sessions', 'xmSel | ||
493 | $.get(url, { | 493 | $.get(url, { |
494 | "pollName": pollName, | 494 | "pollName": pollName, |
495 | "content": content, | 495 | "content": content, |
496 | - 'access_token': accessToken | 496 | + 'accessToken': accessToken |
497 | }, function (res) { | 497 | }, function (res) { |
498 | if (res.success) { | 498 | if (res.success) { |
499 | let optionHtml = '<option value="">请选择</option>'; | 499 | let optionHtml = '<option value="">请选择</option>'; |
-
Please register or login to post a comment