From 923b19eaea8152a569f27b2d28289902fc52b2dc Mon Sep 17 00:00:00 2001 From: danshihao Date: Mon, 8 Jan 2024 18:01:46 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E8=B5=B7=E8=8D=89=E7=BB=84=E6=88=90?= =?UTF-8?q?=E5=91=98=E4=BF=A1=E6=81=AF=E5=AF=B9=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/draftingGroup/DraftingGroupMemberUnitMaintenance.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/draftingGroup/DraftingGroupMemberUnitMaintenance.vue b/src/views/draftingGroup/DraftingGroupMemberUnitMaintenance.vue index cff8b64..72a3633 100644 --- a/src/views/draftingGroup/DraftingGroupMemberUnitMaintenance.vue +++ b/src/views/draftingGroup/DraftingGroupMemberUnitMaintenance.vue @@ -347,7 +347,7 @@ export default { this.draftingGroupProjectId = this.$route.query.draftingGroupProjectId || '' this.canOperate = this.$route.query.canOperate === 'true' ? true : false this.filters.draftingGroupId = this.draftingGroupProjectId - this.importParam.workGroupId = this.draftingGroupProjectId + this.importParam.draftGroupId = this.draftingGroupProjectId this.loadData() let param = { id: this.draftingGroupProjectId