diff --git a/src/components/unitGrouping/unitGroupCategory.vue b/src/components/unitGrouping/unitGroupCategory.vue index fbc77ae..e919967 100644 --- a/src/components/unitGrouping/unitGroupCategory.vue +++ b/src/components/unitGrouping/unitGroupCategory.vue @@ -2,7 +2,12 @@
项目类别 - +
- - - + + +
- 全添加 -
-
- 添加
- 移去
-
- 全移去 -
- - - - - + + + + +
@@ -102,7 +113,7 @@ - + 取 消 @@ -116,23 +127,93 @@ \ No newline at end of file diff --git a/src/store/index.js b/src/store/index.js index 35ccec3..5f6f154 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -22,6 +22,8 @@ export default new Vuex.Store({ }, personnelUnit:{ personnelgrouping:[], //人员分组 + id:'',//根据Id选择的数据 + form:'',//列表每一项 }, //体检人员登记 add by pengjun diff --git a/src/views/customerOrg/customerOrgGroup.vue b/src/views/customerOrg/customerOrgGroup.vue index 75b4e61..71146d9 100644 --- a/src/views/customerOrg/customerOrgGroup.vue +++ b/src/views/customerOrg/customerOrgGroup.vue @@ -28,7 +28,7 @@