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