Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation
This project
Loading...
Sign in
李君
/
carrefour
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 a379a142
authored
2 years ago
by
李君
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
优化
1 parent
abbbcf2d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletions
src/views/queueManagement/cameraPositionCalibration/bindDev.vue
src/views/queueManagement/dataPlayback/index.vue
src/views/queueManagement/cameraPositionCalibration/bindDev.vue
View file @
a379a14
...
@@ -375,6 +375,10 @@
...
@@ -375,6 +375,10 @@
},
},
transferEditXy
()
{
transferEditXy
()
{
if
(
this
.
editGateC
.
cval
&&
this
.
editGateC
.
cval
.
length
>
3
&&
this
.
editGateXY
.
cval
&&
this
.
editGateXY
.
cval
.
length
>
3
)
{
if
(
this
.
editGateC
.
cval
&&
this
.
editGateC
.
cval
.
length
>
3
&&
this
.
editGateXY
.
cval
&&
this
.
editGateXY
.
cval
.
length
>
3
)
{
this
.
editGateC
.
cval
.
forEach
(
item
=>
{
item
.
x
=
item
.
x
.
toFixed
(
0
)
item
.
y
=
item
.
y
.
toFixed
(
0
)
})
let
coordinate
=
JSON
.
stringify
({
let
coordinate
=
JSON
.
stringify
({
centerPoint
:
{
centerPoint
:
{
x
:
0
,
x
:
0
,
...
@@ -393,7 +397,6 @@
...
@@ -393,7 +397,6 @@
coordinate
:
coordinate
,
coordinate
:
coordinate
,
}
}
this
.
$api
.
queueManagementApi
.
demarcateFun
(
parmas
).
then
(
res
=>
{
this
.
$api
.
queueManagementApi
.
demarcateFun
(
parmas
).
then
(
res
=>
{
console
.
log
(
res
)
let
result
=
res
.
data
;
let
result
=
res
.
data
;
if
(
result
.
code
==
200
){
if
(
result
.
code
==
200
){
this
.
$message
({
this
.
$message
({
...
...
This diff is collapsed.
Click to expand it.
src/views/queueManagement/dataPlayback/index.vue
View file @
a379a14
...
@@ -240,6 +240,8 @@
...
@@ -240,6 +240,8 @@
this
.
timeInterval
=
setInterval
(()
=>
{
this
.
timeInterval
=
setInterval
(()
=>
{
openT
=
openT
+
1000
*
60
*
this
.
searchForm
.
granularity
openT
=
openT
+
1000
*
60
*
this
.
searchForm
.
granularity
if
(
openT
>
closeT
){
if
(
openT
>
closeT
){
this
.
pauseBtn
=
false
;
this
.
playBtnShow
=
false
clearInterval
(
this
.
timeInterval
);
clearInterval
(
this
.
timeInterval
);
return
false
return
false
}
else
{
}
else
{
...
...
This diff is collapsed.
Click to expand it.
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