gaoluyang
2025-03-07 8ccadce62956850bbbd2a4e7202c4f8cb1caa0a4
src/views/performance/manHour/workTimeManagement.vue
@@ -518,9 +518,10 @@
        param = { ...entity, ...this.page };
      } else {
        param = { ...this.entity, ...this.page };
        param.dateTime = JSON.stringify(param.dateTime);
        param.dateTime = param.dateTime?.length > 0 ? JSON.stringify(param.dateTime) : null;
      }
      delete param.total;
      console.log('11111111111111111')
      selectAuxiliaryWorkingHoursDay({ ...param })
        .then((res) => {
          this.tableLoading = false;