From 69b06b9e6385d4dcd275a6bab1da1f7b984f5db3 Mon Sep 17 00:00:00 2001 From: pengjun <158915633@qq.com> Date: Wed, 26 Jul 2023 18:05:30 +0800 Subject: [PATCH] customer --- .../customerOrg/customerOrgEdit.vue | 182 +++++++----------- .../PatientRegisterRefuseList.vue | 6 +- src/store/index.js | 2 +- 3 files changed, 74 insertions(+), 116 deletions(-) diff --git a/src/components/customerOrg/customerOrgEdit.vue b/src/components/customerOrg/customerOrgEdit.vue index a06cc50..94a25f0 100644 --- a/src/components/customerOrg/customerOrgEdit.vue +++ b/src/components/customerOrg/customerOrgEdit.vue @@ -1,33 +1,21 @@ - + + +
diff --git a/src/store/index.js b/src/store/index.js index fe88bfd..13e4fc2 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -17,7 +17,7 @@ export default new Vuex.Store({ children: "treeChildren", }, //树形组件的数据结构 customerOrgId: "", //当前单位ID(可根据此值是否为空,判断是新增还是编辑) - customerOrgRd: { id: "", displayName: "单位名称" }, //单个体检单位记录值 + customerOrgRd: { id: "", isLock: "N", isActive: "Y",}, //单个体检单位记录值 customerOrgRegisterList: [], //单位体检次数登记列表 contactPersonList: [], //联系人列表 contactMethodList: [], //联系方式列表