From 92482c305f947bc081830fec123ec4dc8bed83dc Mon Sep 17 00:00:00 2001 From: lideqin <694785430@qq.com> Date: Fri, 12 Jan 2024 11:46:56 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E4=BF=AE=E6=94=B9bug80276?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/ApproveBaseInfo.vue | 22 ++++++- .../modules/MainDrafterInitBaseInfo.vue | 34 +++++++++-- .../modules/FinishTimeChangeBaseInfo.vue | 50 ++++++++++++++-- .../modules/JobEndBaseInfo.vue | 50 ++++++++++++++-- .../modules/CommentObjectEnterBaseInfo.vue | 28 +++++++-- .../modules/DepartLiaisonCollectBaseInfo.vue | 26 +++++++-- .../DepartLiaisonLeaderApproveBaseInfo.vue | 28 +++++++-- .../modules/MainDrafterCollectBaseInfo.vue | 36 +++++++++--- ...MainDrafterCollectUploadMinuteBaseInfo.vue | 57 ++++++++++++++++--- .../modules/MainDrafterSentBaseInfo.vue | 29 ++++++++-- .../OtherDrafterUploadStandardBaseInfo.vue | 25 ++++++-- 11 files changed, 323 insertions(+), 62 deletions(-) diff --git a/src/views/workCenter/enterpriseStandardChange/modules/ApproveBaseInfo.vue b/src/views/workCenter/enterpriseStandardChange/modules/ApproveBaseInfo.vue index a646730a..64b45025 100644 --- a/src/views/workCenter/enterpriseStandardChange/modules/ApproveBaseInfo.vue +++ b/src/views/workCenter/enterpriseStandardChange/modules/ApproveBaseInfo.vue @@ -7,11 +7,12 @@ :can-drag="true" :scroll="{x: '100%'}" ref="table" - :rowKey="(record, index) => {return index}" + :rowKey="(record, index) => { return (Number(this.ipagination.current) - 1) * Number(this.ipagination.pageSize) + index }" :columns="columns" :dataSource="dataSource" - :pagination="false" - :loading="loading"> + :pagination="ipagination" + :loading="loading" + @change="handleTableChange">