flx:修改辅助考勤字段

This commit is contained in:
X_Rian 2024-07-25 19:03:12 +08:00
parent 88a4f6538e
commit 624e57f2af

View File

@ -148,7 +148,7 @@
method: 'post',
data: {
projectSn: JSON.parse(uni.getStorageSync('projectDetail')).projectSn,
personSn: this.workerInfo.attendanceNumber,
personSn: this.workerInfo.personSn,
time: `${this.form.changeDate} ${this.form.changeTime}`,
type: Number(this.current),
reissueCardReason: this.form.reissueCardReason,