diff --git a/src/views/yinnong/doneCompleted/completedNew.vue b/src/views/yinnong/doneCompleted/completedNew.vue index 603040f8..1da415d4 100644 --- a/src/views/yinnong/doneCompleted/completedNew.vue +++ b/src/views/yinnong/doneCompleted/completedNew.vue @@ -129,6 +129,7 @@ getListReq(pageInfo) { //console.log(pageInfo, this.queryParams.pageNum, this.queryParams.pageSize); return new Promise((resolve, reject) => { + this.$set(this.queryParams, "deptId", this.$store.state.user.deptId); A_myTodoList(this.queryParams).then((response) => { //console.info(_this.taskList.length) response.rows.forEach(res => { diff --git a/src/views/yinnong/doneCompleted/doneNew.vue b/src/views/yinnong/doneCompleted/doneNew.vue index 7fd21c84..66f47b82 100644 --- a/src/views/yinnong/doneCompleted/doneNew.vue +++ b/src/views/yinnong/doneCompleted/doneNew.vue @@ -83,6 +83,8 @@ queryParams: { pageNum: 1, pageSize: 10, + systemType: null, + deptId: null, }, activityBusinessTypeOptions:[], images:['../../../../static/images/yinnong/banner_02.jpg'], @@ -114,7 +116,8 @@ } }, getListReq(pageInfo) { - //console.log(pageInfo, this.queryParams.pageNum, this.queryParams.pageSize); + //console.log(pageInfo, this.queryParams.pageNum, this.queryParams.pageSize) + this.$set(this.queryParams, "deptId", this.$store.state.user.deptId); return new Promise((resolve, reject) => { A_myDoneList(this.queryParams).then((response) => { //console.info(_this.taskList.length)