diff --git a/src/components/unitGrouping/unitGroupingTable.vue b/src/components/unitGrouping/unitGroupingTable.vue index d0a9954..ffd4546 100644 --- a/src/components/unitGrouping/unitGroupingTable.vue +++ b/src/components/unitGrouping/unitGroupingTable.vue @@ -1,8 +1,8 @@ \ No newline at end of file diff --git a/src/store/index.js b/src/store/index.js index ea7de1e..5da84cc 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -18,7 +18,11 @@ export default new Vuex.Store({ customerOrgRegisterList: [], //单位体检次数登记列表 contactPersonList:[], //联系人列表 contactMethodList:[], //联系方式列表 + + }, + personnelUnit:{ personnelgrouping:[], //人员分组 + id:'' } }, getters: {}, diff --git a/src/views/customerOrg/customerOrgGroup.vue b/src/views/customerOrg/customerOrgGroup.vue index 75b4e61..1e7c811 100644 --- a/src/views/customerOrg/customerOrgGroup.vue +++ b/src/views/customerOrg/customerOrgGroup.vue @@ -28,7 +28,7 @@