diff --git a/src/store/index.js b/src/store/index.js index f7f342f..a86c579 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -18,6 +18,9 @@ export default new Vuex.Store({ customerOrgRegisterList: [], //单位体检次数登记列表 contactPersonList:[], //联系人列表 contactMethodList:[], //联系方式列表 + + }, + personnelUnit:{ personnelgrouping:[], //人员分组 },