Преглед на файлове

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

lidie преди 1 година
родител
ревизия
27ccdca0c9
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  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 () {