From fd70909a93c09ac3574c8133ee9f74ee6415e239 Mon Sep 17 00:00:00 2001 From: mch <1332099529@qq.com> Date: Wed, 28 Jun 2023 14:49:53 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=A2=E6=A3=80=E5=88=86=E7=BB=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../unitGrouping/unitGroupingTable.vue | 159 +++++++++++++++++- src/store/index.js | 4 + src/views/customerOrg/customerOrgGroup.vue | 21 +-- 3 files changed, 165 insertions(+), 19 deletions(-) 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 @@