From 282c86164f01b5ca0edd062fef5698eb8375f383 Mon Sep 17 00:00:00 2001 From: lideqin <694785430@qq.com> Date: Mon, 13 May 2024 12:00:19 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E7=82=B9=E6=A0=87=E5=87=86=E5=90=8D?= =?UTF-8?q?=E7=A7=B0=E9=A2=84=E8=A7=88=E6=96=87=E4=BB=B6doc=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E4=B8=8D=E5=8F=82=E4=B8=8E=E6=8E=92=E5=BA=8F=EF=BC=8C?= =?UTF-8?q?=E4=B8=8D=E9=A2=84=E8=A7=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/dashboard/search/AdvancedSearch.vue | 2 +- src/views/dashboard/search/GeneralSearch.vue | 2 +- .../standard/EnterpriseStandardList.vue | 2 +- .../domesticStandard/DomesticStandardList.vue | 2 +- .../overseasStandard/OverseasStandardList.vue | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/dashboard/search/AdvancedSearch.vue b/src/views/dashboard/search/AdvancedSearch.vue index d01b5b64..0ea78490 100644 --- a/src/views/dashboard/search/AdvancedSearch.vue +++ b/src/views/dashboard/search/AdvancedSearch.vue @@ -376,7 +376,7 @@ export default { if (suffix === 'pdf') { pdfFileList.push({ id, name, suffix }) } - if (suffix === 'doc' || suffix === 'docx') { + if (suffix === 'docx') { docFileList.push({ id, name, suffix }) } } diff --git a/src/views/dashboard/search/GeneralSearch.vue b/src/views/dashboard/search/GeneralSearch.vue index 00a469ff..9d462fbf 100644 --- a/src/views/dashboard/search/GeneralSearch.vue +++ b/src/views/dashboard/search/GeneralSearch.vue @@ -600,7 +600,7 @@ export default { if (suffix === 'pdf') { pdfFileList.push({ id, name, suffix }) } - if (suffix === 'doc' || suffix === 'docx') { + if (suffix === 'docx') { docFileList.push({ id, name, suffix }) } } diff --git a/src/views/enterpriseStandardLibrary/standard/EnterpriseStandardList.vue b/src/views/enterpriseStandardLibrary/standard/EnterpriseStandardList.vue index 0ad8628d..f61b2267 100644 --- a/src/views/enterpriseStandardLibrary/standard/EnterpriseStandardList.vue +++ b/src/views/enterpriseStandardLibrary/standard/EnterpriseStandardList.vue @@ -810,7 +810,7 @@ export default { if (suffix === 'pdf') { pdfFileList.push({ id, name, suffix }) } - if (suffix === 'doc' || suffix === 'docx') { + if (suffix === 'docx') { docFileList.push({ id, name, suffix }) } } diff --git a/src/views/standardRegulationLibrary/domesticStandard/DomesticStandardList.vue b/src/views/standardRegulationLibrary/domesticStandard/DomesticStandardList.vue index 515203c8..e32fa613 100644 --- a/src/views/standardRegulationLibrary/domesticStandard/DomesticStandardList.vue +++ b/src/views/standardRegulationLibrary/domesticStandard/DomesticStandardList.vue @@ -674,7 +674,7 @@ export default { if (suffix === 'pdf') { pdfFileList.push({ id, name, suffix }) } - if (suffix === 'doc' || suffix === 'docx') { + if (suffix === 'docx') { docFileList.push({ id, name, suffix }) } } diff --git a/src/views/standardRegulationLibrary/overseasStandard/OverseasStandardList.vue b/src/views/standardRegulationLibrary/overseasStandard/OverseasStandardList.vue index fb7cce78..deead0a6 100644 --- a/src/views/standardRegulationLibrary/overseasStandard/OverseasStandardList.vue +++ b/src/views/standardRegulationLibrary/overseasStandard/OverseasStandardList.vue @@ -675,7 +675,7 @@ export default { if (suffix === 'pdf') { pdfFileList.push({ id, name, suffix }) } - if (suffix === 'doc' || suffix === 'docx') { + if (suffix === 'docx') { docFileList.push({ id, name, suffix }) } }