From 2c31f1211d496594e33fa835a1005b9ffba0dff4 Mon Sep 17 00:00:00 2001 From: lideqin <694785430@qq.com> Date: Wed, 21 Feb 2024 11:38:14 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E9=A2=84=E8=A7=88=E6=A0=87=E5=87=86?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E6=97=B6=E6=97=A0=E6=A0=87=E5=87=86=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E7=9A=84=E6=8F=90=E7=A4=BA=EF=BC=8C=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E4=B8=BA=E8=AF=A5=E6=A0=87=E5=87=86=E6=9A=82=E6=97=A0=E9=A2=84?= =?UTF-8?q?=E8=A7=88=E6=96=87=E4=BB=B6=EF=BC=8C=E8=AF=B7=E8=81=94=E7=B3=BB?= =?UTF-8?q?=E6=A0=87=E5=87=86=E7=AE=A1=E7=90=86=E5=91=98=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../standard/EnterpriseStandardList.vue | 2 +- .../domesticStandard/DomesticStandardList.vue | 2 +- .../overseasStandard/OverseasStandardList.vue | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/enterpriseStandardLibrary/standard/EnterpriseStandardList.vue b/src/views/enterpriseStandardLibrary/standard/EnterpriseStandardList.vue index 743c8289..9ad4f575 100644 --- a/src/views/enterpriseStandardLibrary/standard/EnterpriseStandardList.vue +++ b/src/views/enterpriseStandardLibrary/standard/EnterpriseStandardList.vue @@ -770,7 +770,7 @@ export default { file = await this.selectNewestFile(newestFileList) if (file === null) { // 没有找到文件就退出 console.log('没有找到符合要求的文件!') - this.$message.error('没有找到符合要求的文件!') + this.$message.error('该标准暂无预览文件,请联系标准管理员。') return } console.log('seletedFile', file) diff --git a/src/views/standardRegulationLibrary/domesticStandard/DomesticStandardList.vue b/src/views/standardRegulationLibrary/domesticStandard/DomesticStandardList.vue index f6862201..69bee452 100644 --- a/src/views/standardRegulationLibrary/domesticStandard/DomesticStandardList.vue +++ b/src/views/standardRegulationLibrary/domesticStandard/DomesticStandardList.vue @@ -676,7 +676,7 @@ export default { file = await this.selectNewestFile(newestFileList) if (file === null) { // 没有找到文件就退出 console.log('没有找到符合要求的文件!') - this.$message.error('没有找到符合要求的文件!') + this.$message.error('该标准暂无预览文件,请联系标准管理员。') return } console.log('seletedFile', file) diff --git a/src/views/standardRegulationLibrary/overseasStandard/OverseasStandardList.vue b/src/views/standardRegulationLibrary/overseasStandard/OverseasStandardList.vue index f89b8f4b..3c4dd6f3 100644 --- a/src/views/standardRegulationLibrary/overseasStandard/OverseasStandardList.vue +++ b/src/views/standardRegulationLibrary/overseasStandard/OverseasStandardList.vue @@ -677,7 +677,7 @@ export default { file = await this.selectNewestFile(newestFileList) if (file === null) { // 没有找到文件就退出 console.log('没有找到符合要求的文件!') - this.$message.error('没有找到符合要求的文件!') + this.$message.error('该标准暂无预览文件,请联系标准管理员。') return } console.log('seletedFile', file)