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