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
kstsixeam
4 years ago
Commit
b2371b2d6c941f906d8c2d806af18f4cf45d8150
1 parent
5e904637
巡检配置>报表模板管理>sheet页配置>编辑任意一个都报执行脚本异常
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
hg-monitor-web-base/src/main/resources/static/src/controller/inspectionreportAdd.js
hg-monitor-web-base/src/main/resources/static/src/controller/inspectionreportAdd.js
View file @
b2371b2
...
...
@@ -271,7 +271,9 @@ layui.define(['table', 'form', 'laydate', 'laytpl','common','sessions','xmSelect
function
loadSelect
(
pollName
,
dom
){
var
url
=
domainName
+
'/inspection-report/dataSource/loadSelect?access_token='
+
accessToken
;
$
.
get
(
url
,
function
(
res
)
{
$
.
ajax
({
url
,
async
:
false
,
success
(
res
)
{
$
(
dom
).
empty
();
if
(
res
.
success
){
let
html
=
''
;
...
...
@@ -284,7 +286,7 @@ layui.define(['table', 'form', 'laydate', 'laytpl','common','sessions','xmSelect
}
form
.
render
();
}
})
}
}
)
}
function
loadJLSelect
(
$dom
,
pid
,
type
){
$
.
ajax
({
...
...
Please
register
or
login
to post a comment