[update 起草组] 负责人A和负责人B权限统一
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user