Bläddra i källkod

Merge remote-tracking branch 'origin/20230223_pc_vue_new_branch' into 20230223_pc_vue_new_branch

yq1 1 månad sedan
förälder
incheckning
18cf826688

+ 9 - 0
src/api/fallassement.js Visa fil

@@ -52,4 +52,13 @@ export function getAllNurseList(params){
52 52
       method:"post",
53 53
       data:data
54 54
     })
55
+  }
56
+
57
+  export function savePediatrcFallAssesment(data){
58
+    
59
+    return request({
60
+      url:"/api/patient/savepediatrcfallassesment",
61
+      method:"post",
62
+      data:data,
63
+    })
55 64
   }

+ 3 - 2
src/xt_pages/user/evaluationtool/pediatricFallAssessment.vue Visa fil

@@ -157,6 +157,7 @@
157 157
 import PatientSidebar from '../components/PatientSidebar.vue'
158 158
 import Falloutbedprint from './Falloutbedprint.vue'
159 159
 import { uParseTime } from '@/utils/tools'
160
+import { savePediatrcFallAssesment } from '@/api/fallassement'
160 161
 export default {
161 162
   components:{
162 163
     PatientSidebar,
@@ -337,9 +338,9 @@ export default {
337 338
           patient:this.patient,
338 339
        }
339 340
        console.log("params----",params)
340
-      // savePediatrcFallAssesment(params).then(Response=>{
341
+      savePediatrcFallAssesment(params).then(Response=>{
341 342
 
342
-      // })
343
+      })
343 344
     }
344 345
   },
345 346
   computed:{