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()