licp
2024-10-22 9048738f934ddc8f3b6d1ff7f4fdd7cbce55f93d
src/components/do/b3-work-time-management/work-time-management.vue
@@ -772,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'