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
d7de1bfc6a8dd8d28f9f73692ecfe660f68c6a06
1 parent
a116ed9c
CMDB数据同步功能静态页面的页签名称改变 #2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
hg-monitor-web-base/src/main/resources/static/src/views/cmdbdatasync/index.html
hg-monitor-web-base/src/main/resources/static/vue3/src/views/cmdbdatasync/index.js
hg-monitor-web-base/src/main/resources/static/src/views/cmdbdatasync/index.html
View file @
d7de1bf
<title>
监控对接CMDB功能
</title>
<title>
CMDB数据同步
</title>
<iframe
src=
"/vue3/index.html#/cmdbdatasync"
frameborder=
"0"
class=
"layadmin-iframe"
style=
"height: 99.5%!important;"
/>
...
...
hg-monitor-web-base/src/main/resources/static/vue3/src/views/cmdbdatasync/index.js
View file @
d7de1bf
...
...
@@ -59,7 +59,7 @@ export default {
],
}])
// 所有的树结点
let
handleNodeClick
=
(
data
,
node
)
=>
{
console
.
log
(
"*(*(*("
,
node
,
data
);
//点击树节点,根据某个字段获取列表 todo
getDataList
();
}
...
...
@@ -159,6 +159,11 @@ export default {
//单个同步 row-->对象
}
else
{
//多选同步 selectionData.value-->数组
if
(
selectionData
.
value
.
length
>
0
){
//...
}
else
{
proxy
.
$global
.
showMsg
(
'请选择数据'
,
'warning'
)
}
}
}
//编辑返回数据
...
...
Please
register
or
login
to post a comment