From 40792ad0a1df3368e3800c71752dca4b32eec2e0 Mon Sep 17 00:00:00 2001 From: danshihao Date: Fri, 19 Jan 2024 15:52:49 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E6=B5=81=E7=A8=8B=E8=A1=A8=E6=A0=BC?= =?UTF-8?q?=E5=88=86=E9=A1=B5=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/InspectionPlanTable.vue | 9 +------- .../modules/ShowOpinionModal.vue | 21 ++++++++++++++----- .../modules/InspectionProcessContent.vue | 6 ++---- .../InspectionProcessRectificationPlan.vue | 6 ++---- .../modules/InspectionProcessReport.vue | 7 ++----- .../modules/InspectionProcessTable.vue | 9 +------- .../modules/InspectionProcessTableModal.vue | 7 ++----- .../modules/ExtensionRequestTable.vue | 9 +------- .../modules/BaseInfoTable.vue | 7 ++----- 9 files changed, 29 insertions(+), 52 deletions(-) diff --git a/src/views/workCenter/enterpriseStandardInspectionPlan/modules/InspectionPlanTable.vue b/src/views/workCenter/enterpriseStandardInspectionPlan/modules/InspectionPlanTable.vue index 4f99e733..46a76187 100644 --- a/src/views/workCenter/enterpriseStandardInspectionPlan/modules/InspectionPlanTable.vue +++ b/src/views/workCenter/enterpriseStandardInspectionPlan/modules/InspectionPlanTable.vue @@ -22,8 +22,7 @@ :loading="loading" :pagination="false" :row-selection="hasTableOperator ? { selectedRowKeys: selectedRowKeys, onChange: onSelectChange, getCheckboxProps } : null" - :scroll="{x: '100%', y: '50vh'}" - @change="tableOnChange"> + :scroll="{x: '100%', y: '50vh'}">