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 2ccbd4b6
authored
Mar 20, 2025
by
陈岩
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fix: 修改新增抓拍中的提示信息
1 parent
7813455b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/views/SnapshotCluster/ClusterResult/components/AddEditSnapshotClusterDialog.vue
src/views/SnapshotCluster/ClusterResult/components/AddEditSnapshotClusterDialog.vue
View file @
2ccbd4b
...
...
@@ -141,11 +141,11 @@ const handleSubmitData = async () => {
const
params
=
{
...
submitForm
.
value
,
countdate
:
`
${
submitForm
.
value
.
countdate
}
00:00:00`
,
personUnid
:
isNewPerson
.
value
?
''
:
submitForm
.
value
.
personUnid
,
personUnid
:
isNewPerson
.
value
?
null
:
submitForm
.
value
.
personUnid
,
}
const
res
=
await
clusterResultApi
.
addFaceRecognitionsApi
(
params
)
if
(
res
.
msg_code
===
200
)
{
message
.
success
(
"提交成功,当前不会修正统计数据,需手动
刷新
"
)
message
.
success
(
"提交成功,当前不会修正统计数据,需手动
重跑数据
"
)
visible
.
value
=
false
}
else
{
message
.
error
(
res
.
msg_info
||
'请求异常'
)
...
...
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