소스 검색

打印单

XMLWAN 5 년 전
부모
커밋
b5f06ba208
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/xt_pages/dialysis/details/dialog/dialysisPrescriptionDialog.vue

+ 1 - 0
src/xt_pages/dialysis/details/dialog/dialysisPrescriptionDialog.vue 파일 보기

@@ -1712,6 +1712,7 @@ export default {
1712 1712
         this.add_weight = parseFloat(weight_before - last_weight_after).toFixed(
1713 1713
           2
1714 1714
         );
1715
+        console.log("体重增加",this.add_weight)
1715 1716
       }
1716 1717
 
1717 1718
       this.isVisibility = true;