From b4e881cca533383f7e653462f8bd3912f21ffd3e Mon Sep 17 00:00:00 2001 From: pengjun <158915633@qq.com> Date: Mon, 15 Dec 2025 22:45:14 +0800 Subject: [PATCH] seo --- src/components/doctorCheck/CheckItemList.vue | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/components/doctorCheck/CheckItemList.vue b/src/components/doctorCheck/CheckItemList.vue index 0f951fc..f0d15d2 100644 --- a/src/components/doctorCheck/CheckItemList.vue +++ b/src/components/doctorCheck/CheckItemList.vue @@ -776,6 +776,13 @@ export default { this.moreResult.result = row.result; this.moreResult.defaultResult = row.defaultResult; this.moreResult.index = index; + if(!row.result){ + this.selection.start = 0 + this.selection.end = 0 + }else{ + this.selection.start = row.result.length + this.selection.end = row.result.length + } // "itemId": "3a0c517f-cbdb-9fff-e300-1f76b3e47580", // "result": "00000", // "diagnosisId": "3a0ed8a2-72d9-ee50-78aa-5b1f474f2921",