Forráskód Böngészése

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

lidie 1 éve
szülő
commit
27ccdca0c9

+ 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 () {