update 起草组在研项目、其他分发资料
This commit is contained in:
@@ -154,7 +154,7 @@ export default {
|
||||
],
|
||||
disableMixinCreated: true,
|
||||
projectId: null, // 项目id
|
||||
projectType: null, // 1--工作组;2--分标委
|
||||
projectType: null, // 1--工作组;2--分标委;4--起草组
|
||||
distributeModalVisible: false,
|
||||
isBatchDistribute: false,
|
||||
dataId: '', // 资料id,传给分发
|
||||
@@ -178,6 +178,12 @@ export default {
|
||||
this.filters.projectId = this.$route.query.councilId
|
||||
this.projectType = 3
|
||||
this.filters.projectType = 3
|
||||
} else if (this.$route.query.hasOwnProperty.call(this.$route.query, 'draftingGroupId')) {
|
||||
// 起草组
|
||||
this.filters.projectId = this.$route.query.draftingGroupId
|
||||
this.canOperate = this.$route.query.canOperate === 'true'
|
||||
this.projectType = 4
|
||||
this.filters.projectType = 4
|
||||
}
|
||||
this.projectId = this.filters.projectId
|
||||
this.loadData()
|
||||
|
||||
Reference in New Issue
Block a user