Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
attendance-performance-platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
attendance-performance-platform
Commits
e4fc339b
Commit
e4fc339b
authored
May 20, 2024
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加异常记录撤销
parent
6a82e9cb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
5 deletions
+4
-5
attendance-performance-manager-ui/admin/src/views/attendance/record/error/list.vue
...nager-ui/admin/src/views/attendance/record/error/list.vue
+2
-3
attendance-performance-manager/src/test/java/com/mortals/httpclient/system.http
...-manager/src/test/java/com/mortals/httpclient/system.http
+2
-2
No files found.
attendance-performance-manager-ui/admin/src/views/attendance/record/error/list.vue
View file @
e4fc339b
...
@@ -77,9 +77,8 @@ export default {
...
@@ -77,9 +77,8 @@ export default {
this
.
dialogVisible
=
true
;
this
.
dialogVisible
=
true
;
},
},
resetError
()
{
resetError
()
{
this
.
$post
(
"
attendance/record/error/revokeError
"
,
{
...
this
.
currentParams
,
this
.
$post
(
"
attendance/record/error/revokeError
"
,
{
id
:
this
.
currentParams
.
id
}).
then
((
res
)
=>
{
}).
then
((
res
)
=>
{
if
(
res
.
code
==
1
)
{
if
(
res
.
code
==
1
)
{
this
.
dialogVisible
=
false
;
this
.
dialogVisible
=
false
;
this
.
getData
();
this
.
getData
();
...
...
attendance-performance-manager/src/test/java/com/mortals/httpclient/system.http
View file @
e4fc339b
...
@@ -58,8 +58,8 @@ POST {{baseUrl}}/attendance/record/hik/addAttendanceRecordCustom
...
@@ -58,8 +58,8 @@ POST {{baseUrl}}/attendance/record/hik/addAttendanceRecordCustom
Content-Type: application/json
Content-Type: application/json
{
{
"attendanceDateStart": "2024-05-
15
",
"attendanceDateStart": "2024-05-
01
",
"attendanceDateEnd": "2024-05-1
5
"
"attendanceDateEnd": "2024-05-1
9
"
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment