ソースを参照

完善消息通知分页

shiyanyu 1 ヶ月 前
コミット
54675a172e

+ 2 - 0
src/components/task/taskInfo.vue

@@ -1092,6 +1092,8 @@
           this.loading = true
           const params = {
             taskId: this.currentTaskInfo.taskId,
+            auditedUnitId: this.currentTaskInfo.auditedUnitId,
+            projectId: this.currentTaskInfo.projectId,
             pageNum: this.messageNoticePagination.currentPage,
             pageSize: this.messageNoticePagination.pageSize,
           }

+ 4 - 0
src/views/EntDeclaration/auditTaskManagement/taskFillIn.vue

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