From 9048cab344ae66c29e6c8d58b82e8681c7e16a8f Mon Sep 17 00:00:00 2001 From: danshihao Date: Thu, 15 Aug 2024 09:49:47 +0800 Subject: [PATCH] =?UTF-8?q?[update=20=E8=A7=A3=E8=AF=BB=E6=B5=81=E7=A8=8B]?= =?UTF-8?q?=20=E5=AF=BC=E5=87=BA=E9=98=B2=E6=AD=A2=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E5=90=8D=E8=BF=87=E9=95=BF=E6=89=93=E4=B8=8D=E5=BC=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/InterpretationClauseTable.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/workCenter/standardInterpretationProcess/modules/InterpretationClauseTable.vue b/src/views/workCenter/standardInterpretationProcess/modules/InterpretationClauseTable.vue index 74276d6..36e2544 100644 --- a/src/views/workCenter/standardInterpretationProcess/modules/InterpretationClauseTable.vue +++ b/src/views/workCenter/standardInterpretationProcess/modules/InterpretationClauseTable.vue @@ -676,6 +676,8 @@ export default { // 不分发和汇总:编号 + 名称 + 解读表 fileName = `${standardNumber} ${standardName}-${this.$t('workCenter.standardInterpretationProcess.interpretationTable')}` } + // 防止文件名长度导致文件打不开 + fileName = fileName.slice(0, 50) const param = { projectId: this.$route.query.projectId, nodeId: this.$route.query.nodeId,