[update 起草组] 负责人A和负责人B权限统一

This commit is contained in:
danshihao
2024-05-11 11:00:45 +08:00
parent 50b7bcf334
commit a82cdc55e0
2 changed files with 2 additions and 2 deletions
@@ -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)
},
@@ -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()