Przeglądaj źródła

人工质控详情前端调整

gyf 2 miesięcy temu
rodzic
commit
084c556da3

+ 1 - 1
src/views/recordsRoom/qc/components/CaseQualityBox2.vue

@@ -714,7 +714,7 @@ export default {
         if (res && res.data) {
           this.data.score = res.data.score;
           for(let i=0; i<res.data.data.length; i++) {
-            res.data.data[i].show = false;
+            res.data.data[i].show = true;
           }
           this.$nextTick(() => {
             this.medicalRecord = res.data.data;