Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation
This project
Loading...
Sign in
罗鑫霖
/
vion-tools
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 837331fb
authored
Apr 15, 2024
by
Tianqing Liu
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
feat: 聚类结果,增加刷新功能
1 parent
1efe7e37
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
3 deletions
src/views/SnapshotCluster/ClusterResult/ClusterResult.vue
src/views/SnapshotCluster/ClusterResult/ClusterResult.vue
View file @
837331f
...
@@ -206,9 +206,9 @@
...
@@ -206,9 +206,9 @@
<DetailDialogComparison
ref=
"DetailDialogComparisonRef"
/>
<DetailDialogComparison
ref=
"DetailDialogComparisonRef"
/>
<singleImgComparisonDialog
ref=
"singleImgComparisonRef"
></singleImgComparisonDialog>
<singleImgComparisonDialog
ref=
"singleImgComparisonRef"
></singleImgComparisonDialog>
<PersonGroupEditor
ref=
'personGroupEditorRef'
@
refresh=
"
confirmSearc
h"
/>
<PersonGroupEditor
ref=
'personGroupEditorRef'
@
refresh=
"
handleRefres
h"
/>
<PersonGroupMover
ref=
'personGroupMoverRef'
:data-list=
"dataList"
@
refresh=
"
confirmSearc
h"
/>
<PersonGroupMover
ref=
'personGroupMoverRef'
:data-list=
"dataList"
@
refresh=
"
handleRefres
h"
/>
<PersonGroupDialog
ref=
'personGroupDialogRef'
@
refresh=
"
confirmSearc
h"
/>
<PersonGroupDialog
ref=
'personGroupDialogRef'
@
refresh=
"
handleRefres
h"
/>
</template>
</template>
<
script
>
<
script
>
...
@@ -456,6 +456,10 @@ export default {
...
@@ -456,6 +456,10 @@ export default {
pageNum
.
value
=
1
pageNum
.
value
=
1
confirmSearch
()
confirmSearch
()
}
}
const
handleRefresh
=
function
()
{
selectedPersonList
.
value
=
[]
confirmSearch
()
}
const
confirmSearch
=
function
()
{
const
confirmSearch
=
function
()
{
isLoading
.
value
=
true
isLoading
.
value
=
true
const
rawData
=
toRaw
(
queryForm
)
const
rawData
=
toRaw
(
queryForm
)
...
@@ -667,6 +671,7 @@ export default {
...
@@ -667,6 +671,7 @@ export default {
}
}
const
handleClick
=
function
(
data
,
event
){
const
handleClick
=
function
(
data
,
event
){
console
.
log
(
'handleClick'
,
event
)
console
.
log
(
'handleClick'
,
event
)
// 多选
if
(
event
.
metaKey
||
event
.
altKey
)
{
if
(
event
.
metaKey
||
event
.
altKey
)
{
selectedPersonList
.
value
.
push
(
data
)
selectedPersonList
.
value
.
push
(
data
)
}
else
{
}
else
{
...
@@ -847,6 +852,7 @@ export default {
...
@@ -847,6 +852,7 @@ export default {
formatGender
,
formatGender
,
downloadTrajectoryFile
,
downloadTrajectoryFile
,
clickSearch
,
clickSearch
,
handleRefresh
,
// ref
// ref
// imgModelRef,
// imgModelRef,
DetailDialogRef
,
DetailDialogRef
,
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment