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
Plain Diff
Browse Files
Authored by
王涛
2022-08-25 21:00:19 +0800
Commit
b3b9b8e831d5804223d5e8719e8efeaedb70710c
2 parents
94a79e5e
87e73476
Merge branch 'master-v32-lushangqing' into 'master'
【无】业务视图时点击操作系统报错 See merge request
!890
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
hg-monitor-web-base/src/main/resources/static/src/controller/bizindex.js
hg-monitor-web-base/src/main/resources/static/src/controller/bizindex.js
View file @
b3b9b8e
...
...
@@ -405,7 +405,7 @@ layui.define(['tree', 'laypage', 'laytpl', 'admin', 'form', 'table', 'commonCols
});
//start lsq 根据资源类型resType获取动态添加的列表字段 2022-08-05
admin
.
req
({
url
:
common
.
domainName
+
"/api-web/resource/expand/list?resType="
+
resType
url
:
common
.
domainName
+
"/api-web/resource/expand/list?resType="
+
"OperatingSystem"
,
done
:
function
(
res
)
{
if
(
res
&&
res
.
data
)
{
let
arr
=
res
.
data
;
...
...
Please
register
or
login
to post a comment