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)