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
鲁尚清
3 years ago
Commit
0d22d554b36d7fa17fdab8ba93a95678007b9e60
1 parent
e7eba843
【无】业务视图时点击操作系统报错
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 @
0d22d55
...
...
@@ -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