ccjgmwz 3 years ago
parent
commit
71bd8b49c6
1 changed files with 2 additions and 0 deletions
  1. 2 0
      pages/task/my_task.vue

+ 2 - 0
pages/task/my_task.vue

@@ -196,6 +196,8 @@
 					data = this.data
 					data = this.data
 					url = '/commonUser/query/findHisPageNoticeTasks'
 					url = '/commonUser/query/findHisPageNoticeTasks'
 				}
 				}
+				data.currentPage = pages
+				data.pageSize = limit
 				//this.warehouseInOutInfo.status = this.status
 				//this.warehouseInOutInfo.status = this.status
 				this.$api.doRequest('get', url, data).then(res => {
 				this.$api.doRequest('get', url, data).then(res => {
 					if (res.data.code == 200) {
 					if (res.data.code == 200) {