update 起草组在研项目、其他分发资料

This commit is contained in:
danshihao
2024-01-09 10:20:06 +08:00
parent 923b19eaea
commit f41043a6bd
7 changed files with 21 additions and 896 deletions
@@ -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()