筛查结果

This commit is contained in:
shidongli 2023-10-13 10:40:42 +08:00
parent 408ca425bf
commit 5859b4a6ef

View File

@ -218,8 +218,9 @@ import baseurl from '@/api/baseurl.js'
console.log(this.screeningResultData, '000000')
})
} else {
this.patientld = 52;
// this.patientld= uni.getStorageSync('patientld');
// this.patientld = 52;
this.userinfo= uni.getStorageSync('userinfo');
this.patientld = this.userinfo.patientld;
this.getLastScreeningResult()
}
},