yq1 il y a 1 mois
Parent
révision
5a6837d635

+ 2 - 2
src/xt_pages/user/evaluationtool/pediatricFallAssessment.vue Voir le fichier

@@ -200,7 +200,7 @@ export default {
200 200
       num:1,
201 201
       tumble_options:[],
202 202
       tumble:'',
203
-      date:new Date(),
203
+      date:this.getTime(new Date()),
204 204
       patient:'',
205 205
       touxihao:0,
206 206
     }
@@ -332,7 +332,7 @@ export default {
332 332
           pedia_Totalpoints:this.pedia_Totalpoints,
333 333
           tumble_options:this.tumble_options,
334 334
           tumble:this.tumble,
335
-          date:this.getTime(this.date),
335
+          date:this.date,
336 336
           patient_id:this.patient_id,
337 337
           patient:this.patient,
338 338
        }

+ 2 - 2
src/xt_pages/user/history/Children_history.vue Voir le fichier

@@ -391,7 +391,7 @@ export default{
391 391
       text:'',
392 392
       tumble_options:[],
393 393
       tumble:'',//评估人
394
-      date:new Date(),//评估日期
394
+      date:this.getTime(new Date()),//评估日期
395 395
       patient_id:0,
396 396
       patient:'',
397 397
       touxihao:0,//透析号
@@ -567,7 +567,7 @@ export default{
567 567
           pedia_Totalpoints:this.pedia_Totalpoints,
568 568
           tumble_options:this.tumble_options,
569 569
           tumble:this.tumble,
570
-          date:this.getTime(this.date),
570
+          date:this.date,
571 571
           patient_id:this.patient_id,
572 572
           patient:this.patient,
573 573