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 之后,来回勾选(含子单位查询时,不在查全部单位) }