diff --git a/src/pages/processCenter/pages/processList/tabComponents/taskDraft/index.vue b/src/pages/processCenter/pages/processList/tabComponents/taskDraft/index.vue index 4509cd931..2214e4218 100644 --- a/src/pages/processCenter/pages/processList/tabComponents/taskDraft/index.vue +++ b/src/pages/processCenter/pages/processList/tabComponents/taskDraft/index.vue @@ -164,7 +164,7 @@ export default { prcNum: '', prcType: '' }, - pageSize:10, + pageSize:this.$store.getters.userInfo.configContent, total: 0, pageNo: 1, loading: false, @@ -189,7 +189,7 @@ export default { queryProcess () { // 查询待办流程 this.$http.postData('lawss/activiti/queryTaskDraft', { current: this.pageNo, - size: parseInt(this.$store.getters.userInfo.configContent), + size: this.pageSize, userId: this.$store.getters.userInfo.usid || this.$store.getters.userInfo.userId, prcName: this.searchForm.prcName, prcType: this.searchForm.prcType