From 20f797390e6e85ab10415029f34a2b0173e8b877 Mon Sep 17 00:00:00 2001 From: aixianling Date: Wed, 8 Jun 2022 19:06:52 +0800 Subject: [PATCH] BUG 30108 --- src/project/beta/AppGridManagement/AddGird.vue | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/src/project/beta/AppGridManagement/AddGird.vue b/src/project/beta/AppGridManagement/AddGird.vue index c2d2f835..07bf15bf 100644 --- a/src/project/beta/AppGridManagement/AddGird.vue +++ b/src/project/beta/AppGridManagement/AddGird.vue @@ -42,14 +42,6 @@ export default { this.fromType = option.fromType this.getDetail() }, - computed: { - gmmList() {//网格长集合 - - }, - gmList() {//网格员集合 - - } - }, onShow() { if (this.fromType == 'add') { document.title = '添加网格' @@ -63,6 +55,8 @@ export default { if (res?.data) { if (this.fromType == 'edit') { this.form = res.data + this.form.girdMemberList.map(e => e.id = e.wxUserId) + this.form.girdMemberManageList.map(e => e.id = e.wxUserId) } if (this.fromType == 'add') { this.form.parentGirdId = res.data.id