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
969046a073b8dfc1323f534145299fb5fe3caad9
1 parent
a0a3e5fb
容量分析资源名称下探详情更改
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
3 deletions
hg-monitor-web-base/src/main/resources/static/vue3/src/script/global.js
hg-monitor-web-base/src/main/resources/static/vue3/src/script/global.js
View file @
969046a
...
...
@@ -266,9 +266,13 @@ global.openDetail = (resId, resType, proxy) => {
let
collProtocol
=
''
;
// 获取资源详情
proxy
.
$http
.
get
(
`
/
api
-
web
/
v32
/
res
/
detail
/
$
{
resId
}
`
,
{},
function
(
res
)
{
if
(
res
&&
res
.
map
)
{
let
data
=
res
.
map
;
// proxy.$http.get(`/api-web/v32/res/detail/${resId}`, {}, function (res) {
//start lsq 2022-04-29 容量分析资源名称下探详情更改
proxy
.
$http
.
get
(
`
/
api
-
web
/
manage
/
resource
/
findById
/
`
,
{
resId
:
resId
},
function
(
res
)
{
// if (res && res.map) {
// let data = res.map;
if
(
res
&&
res
.
obj
)
{
let
data
=
res
.
obj
.
bean
;
provider
=
data
.
provider
;
ip
=
data
.
ip
;
...
...
Please
register
or
login
to post a comment