pengjun 1 day ago
parent
commit
b4e881cca5
  1. 7
      src/components/doctorCheck/CheckItemList.vue

7
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",

Loading…
Cancel
Save