筛查结果

This commit is contained in:
shidongli 2023-10-13 18:13:31 +08:00
parent 9beef63018
commit df7fef1a3a

View File

@ -220,7 +220,7 @@ import baseurl from '@/api/baseurl.js'
} else { } else {
// this.patientld = 52; // this.patientld = 52;
this.userinfo= uni.getStorageSync('userinfo'); this.userinfo= uni.getStorageSync('userinfo');
this.patientld = this.userinfo.patientld; this.patientld = this.userinfo.id;
this.getLastScreeningResult() this.getLastScreeningResult()
} }
}, },