From a82cdc55e07956988ba7a18e2d951643f223a18f Mon Sep 17 00:00:00 2001 From: danshihao Date: Sat, 11 May 2024 11:00:45 +0800 Subject: [PATCH] =?UTF-8?q?[update=20=E8=B5=B7=E8=8D=89=E7=BB=84]=20?= =?UTF-8?q?=E8=B4=9F=E8=B4=A3=E4=BA=BAA=E5=92=8C=E8=B4=9F=E8=B4=A3?= =?UTF-8?q?=E4=BA=BAB=E6=9D=83=E9=99=90=E7=BB=9F=E4=B8=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/draftingGroup/ConferenceMaintenance.vue | 2 +- src/views/draftingGroup/DraftingGroupMemberUnitMaintenance.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/draftingGroup/ConferenceMaintenance.vue b/src/views/draftingGroup/ConferenceMaintenance.vue index b26644c..7770640 100644 --- a/src/views/draftingGroup/ConferenceMaintenance.vue +++ b/src/views/draftingGroup/ConferenceMaintenance.vue @@ -258,7 +258,7 @@ export default { created() { this.draftingGroupProject = this.$route.query.draftingGroupProject this.draftingGroupProjectId = this.$route.query.draftingGroupProjectId - this.canOperate = this.$route.query.canOperate === 'true' ? true : false + // this.canOperate = this.$route.query.canOperate === 'true' ? true : false this.filters.draftingGroupId = this.draftingGroupProjectId this.loadData(1) }, diff --git a/src/views/draftingGroup/DraftingGroupMemberUnitMaintenance.vue b/src/views/draftingGroup/DraftingGroupMemberUnitMaintenance.vue index bad5bec..6fcbc3d 100644 --- a/src/views/draftingGroup/DraftingGroupMemberUnitMaintenance.vue +++ b/src/views/draftingGroup/DraftingGroupMemberUnitMaintenance.vue @@ -385,7 +385,7 @@ export default { this.spinning = true this.draftingGroupProject = this.$route.query.draftingGroupProject || '' this.draftingGroupProjectId = this.$route.query.draftingGroupProjectId || '' - this.canOperate = this.$route.query.canOperate === 'true' ? true : false + // this.canOperate = this.$route.query.canOperate === 'true' ? true : false this.filters.draftingGroupId = this.draftingGroupProjectId this.importParam.draftGroupId = this.draftingGroupProjectId this.loadData()