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 93920ccd
authored
Apr 17, 2024
by
Tianqing Liu
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
feat: 图片移动功能,增加countdate字段
1 parent
80c5cdef
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
src/views/SnapshotCluster/ClusterResult/PersonGroupMover.vue
src/views/SnapshotCluster/ClusterResult/PersonGroupMover.vue
View file @
93920cc
...
...
@@ -50,6 +50,7 @@ export default {
return
{
personUnid
:
''
,
unidList
:
[],
countdate
:
''
,
}
}
const
formData
=
ref
(
getInitialFormData
())
...
...
@@ -58,6 +59,7 @@ export default {
console
.
log
(
'initDialog'
,
data
,
selectedList
)
formData
.
value
=
getInitialFormData
()
formData
.
value
.
unidList
=
selectedList
.
map
(
item
=>
item
.
unid
)
formData
.
value
.
countdate
=
data
.
perrsonList
.
length
>
0
?
data
.
perrsonList
[
0
].
counttime
:
''
isVisible
.
value
=
true
;
getDataList
()
...
...
@@ -83,6 +85,7 @@ export default {
const
params
=
{
unid
:
formData
.
value
.
unidList
.
join
(
','
),
personUnid
:
formData
.
value
.
personUnid
,
countdate
:
formData
.
value
.
countdate
,
}
clusterResultApi
.
updateRecognition
(
params
).
then
(
(
r
)
=>
{
...
...
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