From 5bd346e3022e709578a65c5bf787d6e598b74d22 Mon Sep 17 00:00:00 2001
From: lideqin <694785430@qq.com>
Date: Mon, 29 Jul 2024 14:05:05 +0800
Subject: [PATCH] =?UTF-8?q?[update]=20=E4=BF=AE=E6=94=B9bug87597=EF=BC=8C?=
=?UTF-8?q?=E5=8E=BB=E6=8E=89=E4=BC=81=E6=A0=87=E8=AF=A6=E6=83=85=E9=A1=B5?=
=?UTF-8?q?=E7=9A=84=E6=A0=87=E5=87=86=E8=A7=A3=E8=AF=BB=E6=8C=89=E9=92=AE?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../detail/EnterpriseStandardDetail.vue | 20 +------------------
1 file changed, 1 insertion(+), 19 deletions(-)
diff --git a/src/views/enterpriseStandardLibrary/standard/detail/EnterpriseStandardDetail.vue b/src/views/enterpriseStandardLibrary/standard/detail/EnterpriseStandardDetail.vue
index c209b7f..eb2afd2 100644
--- a/src/views/enterpriseStandardLibrary/standard/detail/EnterpriseStandardDetail.vue
+++ b/src/views/enterpriseStandardLibrary/standard/detail/EnterpriseStandardDetail.vue
@@ -57,15 +57,6 @@
{{ formItem.dbFieldTxt }}
-
- {{ $t('enterpriseStandardLibrary.standard.standardResolutionSheet') }}
-
@@ -116,8 +107,6 @@
-
-
@@ -137,7 +126,6 @@ import Vue from 'vue'
import { ACCESS_TOKEN } from '@/store/mutation-types'
import { previewPdf } from '@/utils/previewPdf'
import { getFileInfo } from '../../../../api/api'
-import StandardResolutionSheetModal from '@views/standardRegulationLibrary/foreignStandard/detail/modules/StandardResolutionSheetModal'
import { kkFilePreview } from '@/utils/kkFilePreview'
import TextContentModal from './module/TextContentModal'
import { queryStandardInfoByStandardNumber } from '@/utils/util'
@@ -149,7 +137,7 @@ const FILE_TYPE_PDF = 'pdf'
export default {
name: 'EnterpriseStandardDetail',
- components: { TextContentModal, StandardResolutionSheetModal },
+ components: { TextContentModal },
data () {
return {
// 展示区域
@@ -330,12 +318,6 @@ export default {
downloadDraftNoWater (file) {
downloadFile(`/sys/common/devEncryptDownloadWithoutWaterMark/${file.id}`, file.fileName)
},
- /**
- * 查看标准解读
- */
- previewStandardResolutionSheet (id) {
- this.$refs.standardResolutionSheetModal.open(id)
- },
// 查看全部
viewAll (fieldName) {
const data = this.detailData[fieldName + '_dictText'] || this.detailData[fieldName]