From 0cab3d609e3ec7ab1cde4e50891d329c878a2c03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=9C=84?= Date: Fri, 3 Nov 2023 13:41:36 +0800 Subject: [PATCH] bug 78134 --- .../modules/SelectionDomesticStandardDrawer.vue | 15 ++++++++++++--- .../modules/SelectionOverseasStandardDrawer.vue | 17 +++++++++++++---- 2 files changed, 25 insertions(+), 7 deletions(-) diff --git a/src/views/standardRegulationLibrary/domesticStandard/modules/SelectionDomesticStandardDrawer.vue b/src/views/standardRegulationLibrary/domesticStandard/modules/SelectionDomesticStandardDrawer.vue index 0b153ad8..b9efe8ec 100644 --- a/src/views/standardRegulationLibrary/domesticStandard/modules/SelectionDomesticStandardDrawer.vue +++ b/src/views/standardRegulationLibrary/domesticStandard/modules/SelectionDomesticStandardDrawer.vue @@ -18,9 +18,13 @@ v-model="queryParam.standardNumberOrName"> -
+
{{ $t('reset') }} - {{ $t('query') }} + {{ + $t('query') + }} +
@@ -32,7 +36,8 @@ :data-source="dataList" :pagination="ipagination" :row-selection="{ selectedRowKeys: selectedRowKeys, onChange: onSelectChange }" - :loading="loading"> + :loading="loading" + @change="handleTableChange">