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
b267904380a6073ba77deb5d561fc832af40c59c
1 parent
64c18232
cmdb数据同步页列表无数据时调整
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
5 deletions
hg-monitor-web-base/src/main/resources/static/vue3/src/views/cmdbdatasync/cmdbdatasyncEdit/index.js
hg-monitor-web-base/src/main/resources/static/vue3/src/views/cmdbdatasync/index.html
hg-monitor-web-base/src/main/resources/static/vue3/src/views/cmdbdatasync/cmdbdatasyncEdit/index.js
View file @
b267904
...
...
@@ -39,10 +39,13 @@ export default {
let
data
=
editTbaleData
.
value
;
let
arr
=
[];
data
.
map
(
item
=>
{
item
.
proto
.
map
(
item
=>
{
item
.
paramValue
=
item
.
defaultValue
;
item
.
protocol
=
item
.
protocolId
;
})
if
(
item
.
proto
&&
item
.
proto
.
length
>
0
){
item
.
proto
.
map
(
item
=>
{
item
.
paramValue
=
item
.
defaultValue
;
item
.
protocol
=
item
.
protocolId
;
})
}
arr
.
push
({
bean
:
item
,
proto
:
item
.
proto
...
...
hg-monitor-web-base/src/main/resources/static/vue3/src/views/cmdbdatasync/index.html
View file @
b267904
...
...
@@ -55,7 +55,7 @@
</div>
</div>
<div
class=
"search-table"
>
<cm-table-page
v-if=
"tableData.dataList
&& tableData.dataList.length>0
"
:columns=
"tableData.columns"
:dataList=
"tableData.dataList"
<cm-table-page
v-if=
"tableData.dataList "
:columns=
"tableData.columns"
:dataList=
"tableData.dataList"
:showIndex=
"true"
:total=
"tableData.count"
@
loaddata =
"loaddata"
...
...
Please
register
or
login
to post a comment