diff --git a/src/views/yinnong/doneCompleted/completedNew.vue b/src/views/yinnong/doneCompleted/completedNew.vue index d2f643b6..603040f8 100644 --- a/src/views/yinnong/doneCompleted/completedNew.vue +++ b/src/views/yinnong/doneCompleted/completedNew.vue @@ -87,7 +87,7 @@ electronicSignature:"", queryParams: { pageNum: 1, - pageSize:5, + pageSize:10, systemType: null, deptId: null, }, @@ -142,6 +142,7 @@ if(this.activityBusinessTypeOptions){ this.activityBusinessTypeOptions.map(t => { if(t.dictValue === res.businessType){ + console.log('aaaaa') res.businessType = t.dictLabel this.taskList.push(res) } diff --git a/src/views/yinnong/doneCompleted/doneNew.vue b/src/views/yinnong/doneCompleted/doneNew.vue index fed8262b..7fd21c84 100644 --- a/src/views/yinnong/doneCompleted/doneNew.vue +++ b/src/views/yinnong/doneCompleted/doneNew.vue @@ -82,7 +82,7 @@ total:0, queryParams: { pageNum: 1, - pageSize: 5, + pageSize: 10, }, activityBusinessTypeOptions:[], images:['../../../../static/images/yinnong/banner_02.jpg'],