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-26 10:51:45 +0800
Commit
158ec80259b410aa0482f0acb58a138fd37bc746
2 parents
b3b9b8e8
fdaa4c90
Merge branch 'master-v32-lushangqing' into 'master'
【无】业务视图下资源动态获取字段优化 See merge request
!892
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/bizindex.js
hg-monitor-web-base/src/main/resources/static/src/controller/bizindex.js
View file @
158ec80
...
...
@@ -409,9 +409,9 @@ layui.define(['tree', 'laypage', 'laytpl', 'admin', 'form', 'table', 'commonCols
,
done
:
function
(
res
)
{
if
(
res
&&
res
.
data
)
{
let
arr
=
res
.
data
;
if
(
fieldExpandArr
.
indexOf
(
resType
)
!=-
1
){
if
(
fieldExpandArr
.
indexOf
(
'OperatingSystem'
)
!=-
1
){
}
else
{
fieldExpandArr
.
push
(
resType
);
fieldExpandArr
.
push
(
'OperatingSystem'
);
if
(
arr
.
length
>
0
){
arr
.
map
(
item
=>
{
let
listStr
=
''
;
...
...
Please
register
or
login
to post a comment