Selaa lähdekoodia

试剂批号更换验证:第一次查阅子表没数据

lidie 1 vuosi sitten
vanhempi
sitoutus
27ccdca0c9
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. 2 1
      src/views/component/reagentBatchNumber/reagentBatchNumber.vue

+ 2 - 1
src/views/component/reagentBatchNumber/reagentBatchNumber.vue

@@ -135,7 +135,8 @@ export default {
                 if (value && value.length) {
                     this.reagentBatchData = JSON.parse(JSON.stringify(value))
                 }
-            }
+            },
+            immediate: true
         }
     },
     mounted () {