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: [], //联系方式列表