From 1cf16b5346b164d1e3c917bf4463716004d7d44a Mon Sep 17 00:00:00 2001 From: pengjun <158915633@qq.com> Date: Fri, 31 Oct 2025 11:23:50 +0800 Subject: [PATCH] 00 --- src/components/doctorCheck/RegisterCheckList.vue | 14 +++++++++----- .../patientRegister/customerOrgTreeAll.vue | 2 +- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/src/components/doctorCheck/RegisterCheckList.vue b/src/components/doctorCheck/RegisterCheckList.vue index 04cbb39..c08a390 100644 --- a/src/components/doctorCheck/RegisterCheckList.vue +++ b/src/components/doctorCheck/RegisterCheckList.vue @@ -39,8 +39,10 @@ @@ -51,15 +53,17 @@ diff --git a/src/components/patientRegister/customerOrgTreeAll.vue b/src/components/patientRegister/customerOrgTreeAll.vue index 5cdf2ea..ce68edf 100644 --- a/src/components/patientRegister/customerOrgTreeAll.vue +++ b/src/components/patientRegister/customerOrgTreeAll.vue @@ -60,7 +60,7 @@ export default { cusQuery: { treeDataAll: [], //所有单位节点数据 treeDataTop1: [], // 顶级单位 - haveSunCus: 'Y', // 默认查询不包含子单位 + haveSunCus: 'N', // 默认查询不包含子单位 times: 0, // 如果 times > 0 之后,来回勾选(含子单位查询时,不在查全部单位) }