[update 解读流程] 导出防止文件名过长打不开

This commit is contained in:
danshihao
2024-08-15 09:49:47 +08:00
parent 4a5dc999b1
commit 9048cab344
@@ -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,