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">