ccj %!s(int64=2) %!d(string=hai) anos
pai
achega
80e5aadaf6
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  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) {