Selaa lähdekoodia

修复微生物培养结果重复的问题

lighter 2 vuotta sitten
vanhempi
commit
932ffdf262
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      src/views/examination/InspectionReportIndex.vue

+ 1 - 0
src/views/examination/InspectionReportIndex.vue

@@ -291,6 +291,7 @@ export default {
     }
 
     const queryDetail = (row) => {
+      halfBacSize.value = 0
       queryInspectionDetail(row.ordr_ID).then((res) => {
         halfSize.value = Math.ceil(res.inspectionItems.length / 2)
         inspectionDetail.inspectionHeader = res.inspectionHeader