diff --git a/src/components/doctorCheck/RegisterCheckList.vue b/src/components/doctorCheck/RegisterCheckList.vue
index e4f8b7d..81388f7 100644
--- a/src/components/doctorCheck/RegisterCheckList.vue
+++ b/src/components/doctorCheck/RegisterCheckList.vue
@@ -39,7 +39,9 @@ export default {
created() {},
//挂载完成
- mounted() {},
+ mounted() {
+ this.registerCheckList(this.dataTransOpts.tableS.patient_register.id)
+ },
computed:{
...mapState(['window','dataTransOpts','dict','doctorCheck']),
@@ -118,7 +120,7 @@ export default {
watch: {
//体检人员未切换时 也可以强制刷新数据
"dataTransOpts.refresh.register_check.M":{
- immediate:true,
+ // immediate:true,
handler(newVal, oldVal) {
console.log(`watch 组合项目列表 newVal: ${newVal} oldVal: ${oldVal} patient_register.id: ${this.dataTransOpts.tableS.patient_register.id}`);
this.registerCheckList(this.dataTransOpts.tableS.patient_register.id)
diff --git a/src/components/report/BtnReport.vue b/src/components/report/BtnReport.vue
index 088d3b3..3133365 100644
--- a/src/components/report/BtnReport.vue
+++ b/src/components/report/BtnReport.vue
@@ -10,7 +10,7 @@