spring
2025-05-21 ee2882cff02d3545b66c7591f88ed4800f730a9a
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'