src/components/do/b3-work-time-management/work-time-management.vue
@@ -530,7 +530,6 @@ if (power[i].menuMethod == 'insertAuxiliaryWorkingHoursDay') { add = true } console.log(add) if (power[i].menuMethod == 'updateAuxiliaryWorkingHoursDay') { up = true } @@ -773,8 +772,10 @@ this.checkLoadY = true } this.$axios.post(this.$api.auxiliaryWorkingHoursDay.approve, { id:this.formData0.id, state:e==0?'已提交':'已批准' auxiliaryWorkingHoursDays:[{ id:this.formData0.id, state:e==0?'已提交':'已批准' }] }, { headers: { 'Content-Type': 'application/json'