|
|
@@ -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) |
|
|
|