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
王涛
2023-06-05 11:09:25 +0800
Commit
925790ee3545052f52d3123f64e33c52ff52426d
2 parents
8c41f969
afebb573
Merge branch 'master-v32-ztq' into 'master'
feat: 资源类型 接口参数错误 See merge request
!1138
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/vue3/src/components/common/inputrestypetree/index.js
hg-monitor-web-base/src/main/resources/static/vue3/src/components/common/inputrestypetree/index.js
View file @
925790e
...
...
@@ -121,7 +121,7 @@ export default {
//加载资源列表
const
{
proxy
}
=
Vue
.
getCurrentInstance
()
// 加载列表
proxy
.
$http
.
get
(
"/api-web/home/resType/getTree?
typeParentFlag=1
"
,
{},
function
(
res
)
{
proxy
.
$http
.
get
(
"/api-web/home/resType/getTree?
notExist=machineroom&table=resources&exist=HOST_MINICOMPUTER_SERVER
"
,
{},
function
(
res
)
{
if
(
res
&&
res
.
data
)
{
that
.
list
=
res
.
data
;
}
...
...
Please
register
or
login
to post a comment