Commit e4fc339b authored by 赵啸非's avatar 赵啸非

添加异常记录撤销

parent 6a82e9cb
...@@ -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();
......
...@@ -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-15" "attendanceDateEnd": "2024-05-19"
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment