脾脏状态备注显隐bug修复

uat_us
caiyiling 2024-04-12 14:44:56 +08:00
parent 790e828257
commit 33e836cd81
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ export default {
}
this.measurements.push(i)
})
if (!this.isBaseLineTask && isChangeVisitTask) {
if (isChangeVisitTask) {
const { Result } = await getSplenicVerify(visitTaskId)
this.spleenInfo = Result
}