|
@@ -967,6 +967,7 @@
|
|
|
pageTitle: '立项信息',
|
|
pageTitle: '立项信息',
|
|
|
projectId: '', // 项目ID
|
|
projectId: '', // 项目ID
|
|
|
taskId: '', // 任务ID
|
|
taskId: '', // 任务ID
|
|
|
|
|
+ auditedUnitId: '', // 被监审单位ID
|
|
|
// 当前激活的标签页
|
|
// 当前激活的标签页
|
|
|
activeTab: 'projectInfo',
|
|
activeTab: 'projectInfo',
|
|
|
// 加载状态管理
|
|
// 加载状态管理
|
|
@@ -1332,6 +1333,7 @@
|
|
|
this.projectId = this.$route.query.info.projectId
|
|
this.projectId = this.$route.query.info.projectId
|
|
|
this.taskId = this.$route.query.info.userTask.id
|
|
this.taskId = this.$route.query.info.userTask.id
|
|
|
this.tabCheck = this.$route.query.info.status
|
|
this.tabCheck = this.$route.query.info.status
|
|
|
|
|
+ this.auditedUnitId = this.$route.query.info.auditedUnitId
|
|
|
if (this.tabCheck === 'jtsy') {
|
|
if (this.tabCheck === 'jtsy') {
|
|
|
this.tabVisiable = false
|
|
this.tabVisiable = false
|
|
|
}
|
|
}
|
|
@@ -1496,6 +1498,8 @@
|
|
|
getSendMessage() {
|
|
getSendMessage() {
|
|
|
const params = {
|
|
const params = {
|
|
|
taskId: this.taskId,
|
|
taskId: this.taskId,
|
|
|
|
|
+ auditedUnitId: this.auditedUnitId,
|
|
|
|
|
+ projectId: this.projectId,
|
|
|
pageNum: this.messageNoticePagination.currentPage,
|
|
pageNum: this.messageNoticePagination.currentPage,
|
|
|
pageSize: this.messageNoticePagination.pageSize,
|
|
pageSize: this.messageNoticePagination.pageSize,
|
|
|
}
|
|
}
|