浏览代码

新分支

28169 1年前
父节点
当前提交
7f49ab5587
共有 1 个文件被更改,包括 6 次插入1 次删除
  1. 6 1
      src/xt_pages/dialysis/details/dialog/assessmentBeforeDislysisDialog.vue

+ 6 - 1
src/xt_pages/dialysis/details/dialog/assessmentBeforeDislysisDialog.vue 查看文件

@@ -1147,7 +1147,12 @@
1147 1147
         console.log(" this.assessmentBeforeDislysis.pathway_formation_time", moment(new Date()).format('YYYY-MM-DD'))
1148 1148
         console.log("hhahhahahah",assessment)
1149 1149
         if(assessment!=null){
1150
-          this.assessmentBeforeDislysis.pathway_formation_time =  this.getTimeOne(assessment.pathway_formation_time)
1150
+          if(assessment.pathway_formation_time >0){
1151
+            this.assessmentBeforeDislysis.pathway_formation_time =  this.getTimeOne(assessment.pathway_formation_time)
1152
+          }else{
1153
+            this.assessmentBeforeDislysis.pathway_formation_time = ""
1154
+          }
1155
+         
1151 1156
           if(assessment.whether_unobstructed >0){
1152 1157
             this.assessmentBeforeDislysis.whether_unobstructed = assessment.whether_unobstructed.toString()
1153 1158
           }