Toggle navigation
Toggle navigation
This project
Loading...
Sign in
monitor_v3
/
hg-monitor-web
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
zhichao
2 years ago
Commit
d3984e33709590c8a0400af92c6c20eb96896d52
1 parent
9953db5a
fix:修改巡检报表数据源管理access_token为accessToken
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
hg-monitor-web-base/src/main/resources/static/src/controller/datasourceIndex.js
hg-monitor-web-base/src/main/resources/static/src/controller/datasourceIndex.js
View file @
d3984e3
...
...
@@ -52,7 +52,7 @@ layui.define(['table', 'form', 'laydate', 'admin', 'layer', 'laytpl', 'common',
elem
:
'#datasource_table'
,
url
:
domainName
+
'/inspection-report/dataSource/page'
,
where
:
{
access
_t
oken
:
accessToken
,
access
T
oken
:
accessToken
,
datasourceName
:
$
(
'#datasourceSearchForm'
).
find
(
"input[name='keyword']"
).
val
(),
}
,
height
:
'full-200'
...
...
@@ -217,7 +217,7 @@ layui.define(['table', 'form', 'laydate', 'admin', 'layer', 'laytpl', 'common',
curr
:
1
}
,
where
:
{
access
_t
oken
:
accessToken
,
access
T
oken
:
accessToken
,
datasourceName
:
$
(
'#datasourceSearchForm'
).
find
(
"input[name='keyword']"
).
val
(),
}
});
...
...
Please
register
or
login
to post a comment