From c9700d8352e6988263f13ff0ec091e06504412f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BA=9E=E4=B8=9C=E6=97=AD?= <850374051@qq.com> Date: Fri, 1 Nov 2024 16:41:03 +0800 Subject: [PATCH] =?UTF-8?q?task=20=E9=93=B6=E5=86=9C=E6=89=8B=E6=9C=BA?= =?UTF-8?q?=E7=AB=AF=E5=BE=85=E5=8A=9E=E4=BA=8B=E9=A1=B9=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E9=97=AE=E9=A2=98=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/yinnong/doneCompleted/completedNew.vue | 3 ++- src/views/yinnong/doneCompleted/doneNew.vue | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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'],