|
@@ -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
|
}
|