|
@@ -1159,8 +1159,7 @@
|
1159
|
1159
|
}
|
1160
|
1160
|
|
1161
|
1161
|
this.assessmentBeforeDislysis.pathway_formation_time = moment(new Date()).format('YYYY-MM-DD')
|
1162
|
|
- console.log(" this.assessmentBeforeDislysis.pathway_formation_time", moment(new Date()).format('YYYY-MM-DD'))
|
1163
|
|
- console.log("hhahhahahah",assessment)
|
|
1162
|
+
|
1164
|
1163
|
if(assessment!=null){
|
1165
|
1164
|
if(assessment.pathway_formation_time >0){
|
1166
|
1165
|
this.assessmentBeforeDislysis.pathway_formation_time = this.getTimeOne(assessment.pathway_formation_time)
|
|
@@ -1175,7 +1174,7 @@
|
1175
|
1174
|
this.assessmentBeforeDislysis.lien_necessary = assessment.lien_necessary.toString()
|
1176
|
1175
|
}
|
1177
|
1176
|
}
|
1178
|
|
-
|
|
1177
|
+
|
1179
|
1178
|
|
1180
|
1179
|
|
1181
|
1180
|
|
|
@@ -1256,6 +1255,13 @@
|
1256
|
1255
|
}
|
1257
|
1256
|
}
|
1258
|
1257
|
|
|
1258
|
+ console.log("hhahhahahah",lastAssessment)
|
|
1259
|
+ if (lastAssessment !=null) {
|
|
1260
|
+ this.assessmentBeforeDislysis.blood_access_part_opera_id = lastAssessment.blood_access_part_opera_id
|
|
1261
|
+ this.assessmentBeforeDislysis.blood_access_part_id = lastAssessment.blood_access_part_id
|
|
1262
|
+
|
|
1263
|
+ }
|
|
1264
|
+
|
1259
|
1265
|
} else {
|
1260
|
1266
|
console.log("为首务2322323",this.assessmentBeforeDislysis.period)
|
1261
|
1267
|
this.assessmentBeforeDislysis.period = this.assessmentBeforeDislysis.period.toString()
|