脾脏状态备注显隐bug修复
parent
790e828257
commit
33e836cd81
|
@ -164,7 +164,7 @@ export default {
|
|||
}
|
||||
this.measurements.push(i)
|
||||
})
|
||||
if (!this.isBaseLineTask && isChangeVisitTask) {
|
||||
if (isChangeVisitTask) {
|
||||
const { Result } = await getSplenicVerify(visitTaskId)
|
||||
this.spleenInfo = Result
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue