ccj пре 2 година
родитељ
комит
80e5aadaf6
1 измењених фајлова са 3 додато и 0 уклоњено
  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) {