diff --git a/src/views/workCenter/enterpriseStandardInspectionPlan/modules/InspectionPlanTable.vue b/src/views/workCenter/enterpriseStandardInspectionPlan/modules/InspectionPlanTable.vue index f242f632..5f8229c5 100644 --- a/src/views/workCenter/enterpriseStandardInspectionPlan/modules/InspectionPlanTable.vue +++ b/src/views/workCenter/enterpriseStandardInspectionPlan/modules/InspectionPlanTable.vue @@ -17,6 +17,7 @@ :dataSource="dataSource" :can-drag="true" rowKey="id" + :loading="loading" :pagination="false" :row-selection="{ selectedRowKeys: selectedRowKeys, onChange: onSelectChange }" :scroll="{x: '100%'}" diff --git a/src/views/workCenter/enterpriseStandardInspectionPlan/modules/ShowOpinionModal.vue b/src/views/workCenter/enterpriseStandardInspectionPlan/modules/ShowOpinionModal.vue index 45e58968..d8706368 100644 --- a/src/views/workCenter/enterpriseStandardInspectionPlan/modules/ShowOpinionModal.vue +++ b/src/views/workCenter/enterpriseStandardInspectionPlan/modules/ShowOpinionModal.vue @@ -15,10 +15,8 @@ :dataSource="dataSource" :can-drag="true" rowKey="id" - :row-selection="{ selectedRowKeys: selectedRowKeys, onChange: onSelectChange }" - :pagination="ipagination" - :scroll="{x: '100%'}" - @change="tableOnChange"> + :pagination="false" + :scroll="{x: '100%'}"> @@ -26,10 +24,8 @@