ccj 2 years ago
parent
commit
80e5aadaf6
1 changed files with 3 additions and 0 deletions
  1. 3 0
      pages/task/my_task.vue

+ 3 - 0
pages/task/my_task.vue

@@ -420,6 +420,7 @@
 					data.searchKeyword = searchKeyword
 					data.currentPage = pages
 					data.pageSize = limit
+					data.compId = this.pcUserInfo.compId
 					url = '/newNoticeTask/query/noticeTasks'
 				} else if (this.statusFlag == 3) {
 					data.currentPage = pages
@@ -427,6 +428,7 @@
 					data.roleId = this.userInfo.roleIds
 					data.userId = this.userInfo.id
 					data.searchKeyword = searchKeyword
+					data.compId = this.pcUserInfo.compId
 					url = '/commonUser/query/findHisPageNoticeTasks'
 				}
 				else if (this.statusFlag == 5) {
@@ -435,6 +437,7 @@
 					data.roleId = this.userInfo.roleIds
 					data.createUserId = this.userInfo.id
 					data.searchKeyword = searchKeyword
+					data.compId = this.pcUserInfo.compId
 					url = '/commonUser/query/findHisPageNoticeTasksMy'
 				}
 				else if (this.statusFlag == 7) {