|
@@ -1286,11 +1286,11 @@ export default {
|
1286
|
1286
|
","
|
1287
|
1287
|
);
|
1288
|
1288
|
var doctorname = response.data.data.DoctorName;
|
1289
|
|
- console.log("医师签名", doctorname);
|
|
1289
|
+ //console.log("医师签名", doctorname);
|
1290
|
1290
|
this.doctorForm.doctor = doctorname.user_name;
|
1291
|
1291
|
this.doctorForm.url = doctorname.url;
|
1292
|
1292
|
var prescription = response.data.data.dialysisPrescription;
|
1293
|
|
- console.log("透析处方", prescription);
|
|
1293
|
+ //console.log("透析处方", prescription);
|
1294
|
1294
|
if (prescription.blood_access === 1) {
|
1295
|
1295
|
prescription.blood_access = "正常";
|
1296
|
1296
|
}
|