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