| | |
| | |
|
| | | }
|
| | | },
|
| | | activated() {
window.addEventListener('resize', this.getHeight)
this.getHeight()
},
created() {
|
| | | activated() { |
| | | window.addEventListener('resize', this.getHeight) |
| | | this.getHeight() |
| | | }, |
| | | created() { |
| | | this.getAttendanceRecordSearch()
|
| | | },
|
| | | async mounted() {
|
| | |
| | | const data = {
|
| | | wkshop_code: this.form.wkshop_code,
|
| | | creatusercode: this.form.creatusercode,
|
| | | status: 'Y',
|
| | | status: this.form.status, |
| | | creatdate: tempDate
|
| | | }
|
| | | const res = await AttendanceRecordSave(data)
|
| | | if (res.code === '200') {
|
| | | await this.getAttendanceRecordSearch() |
| | | return this.$message.success('考勤核算成功!')
|
| | | }
|
| | | },
|