28169 hace 6 meses
padre
commit
29021790cb
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/xt_pages/user/courseOfDisease_new.vue

+ 2 - 2
src/xt_pages/user/courseOfDisease_new.vue Ver fichero

@@ -795,8 +795,8 @@
795 795
           this.$message.error("")
796 796
         }
797 797
         var params = {
798
-          start_date:this.start_date,
799
-          end_date:this.end_date,
798
+          start_time:this.start_date,
799
+          end_time:this.end_date,
800 800
           patient_id:this.patient_id,
801 801
         }
802 802
        getAutoPatientContent(params).then(response=>{