性别
diff --git a/src/components/doctorCheck/PatientRegisterList.vue b/src/components/doctorCheck/PatientRegisterList.vue
index 966964a..d8b1ce1 100644
--- a/src/components/doctorCheck/PatientRegisterList.vue
+++ b/src/components/doctorCheck/PatientRegisterList.vue
@@ -163,7 +163,7 @@
-
diff --git a/src/components/doctorCheck/RegisterCheckList.vue b/src/components/doctorCheck/RegisterCheckList.vue
index 7e84be4..b8d2530 100644
--- a/src/components/doctorCheck/RegisterCheckList.vue
+++ b/src/components/doctorCheck/RegisterCheckList.vue
@@ -8,13 +8,13 @@
-
+
-
+
-
+
{{scope.row.asbitemName}}
@@ -85,6 +85,10 @@ export default {
//查询出来 默认显示第1条记录明细、小结等
if(res.data.length > 0) {
this.doctorCheck.RegisterCheckId = res.data[0].id
+ this.dataTransOpts.table.register_check.id = res.data[0].id
+ setTimeout(() => { // 不管值是否改变,点击就强制刷新
+ this.dataTransOpts.refresh.register_check_item++
+ }, 100);
// this.doctorCheck.RegisterCheckEdit = res.data[0]
this.$refs['doctorCheck_RegisterCheckList'].setCurrentRow(res.data[0])
diff --git a/src/components/sumDoctorCheck/ButtonList.vue b/src/components/sumDoctorCheck/ButtonList.vue
index edaf967..d14dffa 100644
--- a/src/components/sumDoctorCheck/ButtonList.vue
+++ b/src/components/sumDoctorCheck/ButtonList.vue
@@ -41,7 +41,7 @@
+ :style="`z-index:2;border-radius: 10px;border: 1px solid #000;background-color:#FFF; position: absolute;top:70px;right:10px;width:300px;height: ${window.pageHeight - 42 - 5 - 30}px;opacity:1;`">
diff --git a/src/views/doctorCheck/doctorCheck.vue b/src/views/doctorCheck/doctorCheck.vue
index 76ce807..42700f0 100644
--- a/src/views/doctorCheck/doctorCheck.vue
+++ b/src/views/doctorCheck/doctorCheck.vue
@@ -52,7 +52,7 @@
-
+