筛查结果
This commit is contained in:
parent
408ca425bf
commit
5859b4a6ef
@ -218,8 +218,9 @@ import baseurl from '@/api/baseurl.js'
|
|||||||
console.log(this.screeningResultData, '000000')
|
console.log(this.screeningResultData, '000000')
|
||||||
})
|
})
|
||||||
} else {
|
} else {
|
||||||
this.patientld = 52;
|
// this.patientld = 52;
|
||||||
// this.patientld= uni.getStorageSync('patientld');
|
this.userinfo= uni.getStorageSync('userinfo');
|
||||||
|
this.patientld = this.userinfo.patientld;
|
||||||
this.getLastScreeningResult()
|
this.getLastScreeningResult()
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user