|
|
@@ -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') |
|
|
|