|
@@ -306,6 +306,7 @@ export default{
|
306
|
306
|
|
307
|
307
|
},
|
308
|
308
|
rowclick(event){
|
|
309
|
+ console.log('111111event',event.patient_id);
|
309
|
310
|
this.$router.push({
|
310
|
311
|
path: "/dialysis/details/indexs",
|
311
|
312
|
query: { patient_id: event.patient_id, date: event.dialysis_date }
|
|
@@ -319,7 +320,6 @@ export default{
|
319
|
320
|
|
320
|
321
|
},
|
321
|
322
|
getPatientDialysisRecords() {
|
322
|
|
- console.log("prams--------------------",this.queryParams)
|
323
|
323
|
getPatientDialysisRecords(this.queryParams).then(response => {
|
324
|
324
|
if (response.data.state == 1) {
|
325
|
325
|
this.total = response.data.data.total;
|
|
@@ -370,7 +370,6 @@ export default{
|
370
|
370
|
}
|
371
|
371
|
},
|
372
|
372
|
setAnticoagulantsConfit(prescription) {
|
373
|
|
- console.log("透析处方----------------",prescription)
|
374
|
373
|
if (typeof this.anticoagulantsConfit[prescription.anticoagulant] ==="undefined") {
|
375
|
374
|
return "";
|
376
|
375
|
} else {
|