Browse Source

考勤打卡

黑龙江艺术高中职
yxq 1 month ago
parent
commit
b858627bdb
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/AttendanceCard/single.vue

+ 1
- 2
Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/AttendanceCard/single.vue View File

@@ -130,10 +130,9 @@
console.log(postData)
let strEntity = JSON.parse(postData.strEntity)
let strEntity_ = {...strEntity,...this.params}
this.HTTP_POST('learun/adms/attendance/clockin', JSON.stringify(strEntity_), '打卡失败').then(success => {
this.HTTP_POST_HasData('learun/adms/attendance/clockin', JSON.stringify(strEntity_), '打卡失败').then(([success,res]) => {
this.HIDE_LOADING()
if (!success) {
this.TOAST('打卡失败')
return
}
this.TOAST('打卡成功', 'success')


Loading…
Cancel
Save