Parcourir la source

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

yq1 il y a 6 jours
Parent
révision
06e93fe0a5
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 1 1
      build/cdn.json
  2. 1 1
      src/pages/main/newActionBar/dialysisPrescription.vue

+ 1 - 1
build/cdn.json Voir le fichier

@@ -1,3 +1,3 @@
1 1
 {
2
-  "version": "2999.999.13754"
2
+  "version": "2999.999.13756"
3 3
 }

+ 1 - 1
src/pages/main/newActionBar/dialysisPrescription.vue Voir le fichier

@@ -11310,7 +11310,7 @@ export default {
11310 11310
         console.log("今夕")
11311 11311
         if(this.predialysis!=undefined){
11312 11312
 
11313
-         this.dialysisPrescription.target_ultrafiltration = (this.predialysis.weight_before - this.predialysis.dry_weight).toFixed(1)
11313
+         this.dialysisPrescription.target_ultrafiltration = (this.predialysis.weight_before - this.predialysis.dry_weight - this.predialysis.additional_weight).toFixed(1)
11314 11314
 
11315 11315
         }
11316 11316
       }