Browse Source

提交代码

陈少旭 1 year ago
parent
commit
1e2a9fc62e
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/xt_pages/user/sickHistory.vue

+ 3 - 3
src/xt_pages/user/sickHistory.vue View File

@@ -393,7 +393,7 @@ export default {
393 393
         id:this.edit_current_id,
394 394
         patient_id: this.patient_id,
395 395
         content: this.edit_new_content,
396
-        record_time: this.edit_sick_history_time,
396
+        record_time: this.edit_sick_history_time + " 00:00:00",
397 397
         title: this.edit_title,
398 398
         is_shenyizhishi:this.edit_is_shenyizhishi,
399 399
         is_fumotouxishi:this.edit_is_fumotouxishi,
@@ -441,7 +441,7 @@ export default {
441 441
       let params = {
442 442
         patient_id: this.patient_id,
443 443
         content: this.new_content,
444
-        record_time: this.sick_history_time,
444
+        record_time: this.sick_history_time +" 00:00:00",
445 445
         title: this.title,
446 446
         is_shenyizhishi:this.is_shenyizhishi,
447 447
         is_fumotouxishi:this.is_fumotouxishi,
@@ -529,7 +529,7 @@ export default {
529 529
       this.requestSickHistory()
530 530
     }, endTimeChange(val) {
531 531
       this.requestSickHistory()
532
-    }, 
532
+    },
533 533
     showDialog(){
534 534
       for(let i = 0; i < this.doctorOptions.length; i++){
535 535
         if(this.doctorOptions[i].id == this.$store.getters.xt_user.user.id){